Fix Bookstack 'depends_on'

This commit is contained in:
Primož Pokeržnik
2024-06-03 11:31:14 +02:00
parent 41127fff9e
commit 87e7f62617

View File

@@ -16,7 +16,7 @@ services:
- ./data:/config
restart: unless-stopped
depends_on:
- bookstack_db
- db
ports:
- "80:80"