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