add restart condition to compose

This commit is contained in:
Torben Haack 2024-10-09 14:37:17 +02:00
parent b32a544972
commit 61f2669746

View File

@ -10,3 +10,4 @@ services:
OAUTH_CLIENT_SECRET: example-client-secret
volumes:
- /srv/MYP-DB:/usr/src/app/db
restart: unless-stopped