Update docker-compose.yml

This commit is contained in:
hotstovejer 2025-02-27 12:43:47 -06:00
parent 2ee513bbe1
commit 011768ae7e

View File

@ -9,6 +9,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'! - /var/run/docker.sock:/var/run/docker.sock:ro # May be changed on macOS, Windows or docker rootless. See the applicable documentation. If adjusting, don't forget to also set 'WATCHTOWER_DOCKER_SOCKET_PATH'!
network_mode: bridge # add to the same network as docker run would do network_mode: bridge # add to the same network as docker run would do
ports: ports:
- 80:80
- 8080:8080 - 8080:8080
- 8443:8443 - 8443:8443
environment: # Is needed when using any of the options below environment: # Is needed when using any of the options below