port back to 80
This commit is contained in:
parent
7ac69c3ec7
commit
f70169bad1
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ services:
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:80
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/usr/share/nginx/html
|
- ./src:/usr/share/nginx/html
|
||||||
- ./config:/etc/nginx/conf.d
|
- ./config:/etc/nginx/conf.d
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue