1
0
Fork 0

nextcloud-compose: use depends_on instead of links

This commit is contained in:
Pratham Patel 2022-07-20 12:45:41 +05:30
parent 06fe19911e
commit 0801216d89
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ services:
restart: always
ports:
- 8080:80
links:
depends_on:
- db
volumes:
- /trayimurti/containers/volumes/nextcloud/root:/var/www/html