Fix alias for filerun-db
This commit is contained in:
parent
8a2cbe995a
commit
aac33a67b7
|
@ -82,6 +82,8 @@ services:
|
||||||
FR_DB_PASS: ${MYSQL_PASSWORD}
|
FR_DB_PASS: ${MYSQL_PASSWORD}
|
||||||
depends_on:
|
depends_on:
|
||||||
- filerun-db
|
- filerun-db
|
||||||
|
links:
|
||||||
|
- filerun-db:db
|
||||||
volumes:
|
volumes:
|
||||||
- /data/config/filerun/web:/var/www/html
|
- /data/config/filerun/web:/var/www/html
|
||||||
- alldata:/user-files
|
- alldata:/user-files
|
||||||
|
|
Loading…
Reference in New Issue