Update compose.yaml
This commit is contained in:
+3
-2
@@ -3,8 +3,9 @@ services:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
restart: unless-stopped
|
||||
container_name: homepage
|
||||
ports:
|
||||
- ${COMPOSE_PORT_HTTP:-3000}:3000
|
||||
network_mode: "host"
|
||||
#ports:
|
||||
# - ${COMPOSE_PORT_HTTP:-3000}:3000
|
||||
volumes:
|
||||
- config:/app/config
|
||||
- icons:/app/public/icons
|
||||
|
||||
Reference in New Issue
Block a user