changed the port that volunka uses from 3546 to 3456
This commit is contained in:
parent
8e180cf30d
commit
098b596172
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue