fixe port docker
This commit is contained in:
parent
35250f4525
commit
6b942ff350
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ services:
|
|||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "8019:80"
|
||||
- "127.0.0.1:8080:80"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./frontend:/usr/share/nginx/html/frontend
|
||||
|
|
|
|||
Loading…
Reference in a new issue