changed the port that volunka uses from 3546 to 3456

This commit is contained in:
Robert Middleswarth 2021-11-22 23:04:46 -05:00
parent 8e180cf30d
commit 098b596172

View file

@ -51,7 +51,7 @@ services:
hostname: proxy hostname: proxy
image: nginx image: nginx
ports: ports:
- 3546:80 - 3456:80
volumes: volumes:
- /portainer/Files/AppData/Config/Vikunja/nginx.conf:/etc/nginx/conf.d/default.conf:ro - /portainer/Files/AppData/Config/Vikunja/nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks: networks: