Update compose.yaml
This commit is contained in:
+3
-2
@@ -3,8 +3,9 @@ services:
|
|||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
ports:
|
network_mode: "host"
|
||||||
- ${COMPOSE_PORT_HTTP:-3000}:3000
|
#ports:
|
||||||
|
# - ${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