mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-20 17:14:53 +01:00
Remove unnecessary links
This commit is contained in:
parent
5f041a6249
commit
0ba11e9ca3
3 changed files with 0 additions and 10 deletions
|
@ -25,18 +25,12 @@ services:
|
|||
- nextcloud:/var/www/html
|
||||
env_file:
|
||||
- db.env
|
||||
links:
|
||||
- db
|
||||
- redis
|
||||
|
||||
cron:
|
||||
build: ./app
|
||||
restart: always
|
||||
volumes:
|
||||
- nextcloud:/var/www/html
|
||||
links:
|
||||
- db
|
||||
- redis
|
||||
user: www-data
|
||||
entrypoint: |
|
||||
bash -c 'bash -s <<EOF
|
||||
|
|
|
@ -21,8 +21,6 @@ services:
|
|||
- nextcloud:/var/www/html
|
||||
env_file:
|
||||
- db.env
|
||||
links:
|
||||
- db
|
||||
|
||||
volumes:
|
||||
db:
|
||||
|
|
|
@ -18,8 +18,6 @@ services:
|
|||
- nextcloud:/var/www/html
|
||||
env_file:
|
||||
- db.env
|
||||
links:
|
||||
- db
|
||||
|
||||
volumes:
|
||||
db:
|
||||
|
|
Loading…
Reference in a new issue