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 - ./data:/config
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
- bookstack_db - db
ports: ports:
- "80:80" - "80:80"