Update compose.yaml
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- ${COMPOSE_PORT_HTTP:-3000}:3000
|
||||||
volumes:
|
volumes:
|
||||||
- config:/app/config
|
- config:/app/config
|
||||||
- icons:/app/public/icons
|
- icons:/app/public/icons
|
||||||
|
|||||||
Reference in New Issue
Block a user