Remove unnecessary links
This commit is contained in:
parent
5f041a6249
commit
0ba11e9ca3
@ -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 New Issue
Block a user