change: nginx port change: 8080 -> 80
This commit is contained in:
parent
3ba95ed8a6
commit
dd84b21c56
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
# TODO no latest??
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- 8080:80
|
||||
- 80:80
|
||||
volumes:
|
||||
- ${DATA:?error}/nginx/www/:/usr/share/nginx/html:ro
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue