Skip to content
Snippets Groups Projects
Unverified Commit 0ba11e9c authored by Tilo Spannagel's avatar Tilo Spannagel
Browse files

Remove unnecessary links

parent 5f041a62
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment