Update compose.yaml

This commit is contained in:
Andros Fenollosa
2024-06-24 17:18:26 +02:00
committed by GitHub
parent 24ecd9be7d
commit e3e2843dab

View File

@@ -6,3 +6,12 @@ services:
restart: "no"
volumes:
- .:/usr/src/app/
nginx:
restart: always
image: nginx:alpine
ports:
- 8900:80
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
- ./public:/var/www/html