change nginx port to 8080

On the code server I can't use 80
This commit is contained in:
Andreas Zweili 2021-12-12 13:51:03 +01:00
parent 41bf9b1dc8
commit f5ba9fdcfd
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ services:
nginx:
build: ./nginx
ports:
- 80:80
- 8080:80
depends_on:
- web
volumes: