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
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 80:3000
|
||||
- 800:3000
|
||||
volumes:
|
||||
- ${HOMEPAGE_CONFIG_PATH}:/app/config # Make sure your local config directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||
|
|
Loading…
Reference in New Issue