Update compose.yaml
Some checks failed
Gitea Actions Deploy / deploy (push) Has been cancelled

This commit is contained in:
Andros Fenollosa 2024-06-28 09:34:21 +02:00 committed by GitHub
parent a6a15b50e4
commit f406fec96b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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