added network to container

This commit is contained in:
JP100099 2025-07-10 21:33:55 +02:00
parent 780b58893e
commit 584626076b

View file

@ -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