mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Fix portainer port
This commit is contained in:
parent
2fedf1b43b
commit
2a8d86e062
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
- "/etc/timezone:/etc/timezone:ro"
|
||||
ports:
|
||||
- "{{ portainer_port }}:9000"
|
||||
- "{{ portainer_port }}:9443"
|
||||
restart_policy: unless-stopped
|
||||
memory: "{{ portainer_memory }}"
|
||||
labels:
|
||||
|
@ -25,4 +25,4 @@
|
|||
traefik.http.routers.portainer.tls.certresolver: "letsencrypt"
|
||||
traefik.http.routers.portainer.tls.domains[0].main: "{{ ansible_nas_domain }}"
|
||||
traefik.http.routers.portainer.tls.domains[0].sans: "*.{{ ansible_nas_domain }}"
|
||||
traefik.http.services.portainer.loadbalancer.server.port: "9000"
|
||||
traefik.http.services.portainer.loadbalancer.server.port: "9443"
|
||||
|
|
Loading…
Reference in a new issue