restart: always

This commit is contained in:
Tony 2024-05-24 10:09:24 +00:00
parent 27e2ee184a
commit 247e62fe55

View File

@ -32,6 +32,7 @@ services:
nginx:
image: nginx:latest
restart: always
depends_on:
- backend
- frontend