Update 'docker_portainer_stacks/omada_controller.yml'

This commit is contained in:
sthope 2022-01-29 15:28:34 +00:00
parent 7f95245e8a
commit 99cf15801a

View File

@ -5,6 +5,7 @@ services:
image: mbentley/omada-controller:5.0 image: mbentley/omada-controller:5.0
container_name: omada_controller container_name: omada_controller
network_mode: host network_mode: host
restart: unless-stopped
environment: environment:
- TZ=Europe/Lisbon - TZ=Europe/Lisbon
- MANAGE_HTTP_PORT=8088 - MANAGE_HTTP_PORT=8088
@ -22,7 +23,6 @@ services:
ports: ports:
- 8088:8088 - 8088:8088
- 8043:8043 - 8043:8043
restart: unless-stopped
labels: labels:
- com.centurylinklabs.watchtower.enable=true - com.centurylinklabs.watchtower.enable=true