Update compose.yaml

This commit is contained in:
Andros Fenollosa
2024-06-28 09:34:21 +02:00
committed by GitHub
parent 5ca8dd4cbd
commit 77f85bbc7f

View File

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