Update compose.yaml

This commit is contained in:
Andros Fenollosa
2024-06-24 17:22:38 +02:00
committed by GitHub
parent e3e2843dab
commit 8eb992d2a3

View File

@@ -11,7 +11,7 @@ services:
restart: always restart: always
image: nginx:alpine image: nginx:alpine
ports: ports:
- 8900:80 - 9100:80
volumes: volumes:
- ./nginx.conf:/etc/nginx/nginx.conf - ./nginx.conf:/etc/nginx/nginx.conf
- ./public:/var/www/html - ./public:/var/www/html