You've already forked nextcloud
added dependency to ensure correct startup/shutdown order
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
nextcloud:
|
||||
image: nextcloud:${NC_VERSION}
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- db
|
||||
environment:
|
||||
- MYSQL_HOST=db
|
||||
- MYSQL_DATABASE=${NC_DATABASE_NAME}
|
||||
|
Reference in New Issue
Block a user