added network to container
This commit is contained in:
parent
780b58893e
commit
584626076b
1 changed files with 3 additions and 1 deletions
|
|
@ -9,4 +9,6 @@ services:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/usr/share/nginx/html
|
- ./src:/usr/share/nginx/html
|
||||||
- ./config:/etc/nginx/conf.d
|
- ./config:/etc/nginx/conf.d
|
||||||
|
networks:
|
||||||
|
- pangolin
|
||||||
Loading…
Add table
Reference in a new issue