remove portforward, add public network

This commit is contained in:
Luca Conte 2025-04-25 19:18:51 +02:00
parent 0ec890f026
commit 5029ee59b4
1 changed files with 10 additions and 7 deletions

View File

@ -3,5 +3,8 @@ services:
image: nginx:alpine image: nginx:alpine
volumes: volumes:
- ./src:/usr/share/nginx/html:ro - ./src:/usr/share/nginx/html:ro
ports: networks:
- "8080:80" - public
networks:
public:
external: true