Merge branch 'main' of code.criminallycute.fi:thordinary/docker-compose
This commit is contained in:
commit
0eb4463bc1
|
@ -7,7 +7,7 @@ services:
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- 80:3000
|
- 800:3000
|
||||||
volumes:
|
volumes:
|
||||||
- ${HOMEPAGE_CONFIG_PATH}:/app/config # Make sure your local config directory exists
|
- ${HOMEPAGE_CONFIG_PATH}:/app/config # Make sure your local config directory exists
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||||
|
|
Loading…
Reference in New Issue