14 lines
No EOL
279 B
YAML
14 lines
No EOL
279 B
YAML
networks:
|
|
pangolin:
|
|
external: true
|
|
name: pangolin
|
|
services:
|
|
nginx:
|
|
image: nginx
|
|
ports:
|
|
- 8000:8000
|
|
volumes:
|
|
- ./src:/usr/share/nginx/html
|
|
- ./config:/etc/nginx/conf.d
|
|
networks:
|
|
- pangolin |