same docker network so no exposed ports
This commit is contained in:
parent
5398bfb09d
commit
3893209aa6
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ services:
|
||||||
nginx:
|
nginx:
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
image: nginx
|
image: nginx
|
||||||
ports:
|
# ports:
|
||||||
- 8000:80
|
# - 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