Update compose.yaml

This commit is contained in:
Andros Fenollosa
2024-06-24 17:33:34 +02:00
committed by GitHub
parent 8206cc003b
commit 2ee6a98396

View File

@@ -8,7 +8,7 @@ services:
- .:/usr/src/app/ - .:/usr/src/app/
nginx: nginx:
restart: always restart: on-failure
image: nginx:alpine image: nginx:alpine
ports: ports:
- 9100:80 - 9100:80