This commit is contained in:
Fabio Sinibaldi 2025-03-05 15:30:21 +01:00
parent 3d15630851
commit 337c3c9256
1 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,7 @@ services:
image: nginx:latest
ports:
- '80:80'
- '443:443'
- '443:443'
volumes:
- ../configs/node.conf:/etc/nginx/nginx.conf:ro
- ../content/index.html:/var/www/default/index.html