same docker network so no exposed ports

This commit is contained in:
JP100099 2025-07-11 16:04:00 +02:00
parent 5398bfb09d
commit 3893209aa6

View file

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