Update README.md

This commit is contained in:
Wonderfall 2017-09-21 14:21:48 +02:00 committed by GitHub
parent 97504198b8
commit 1effc7b627

View File

@ -134,7 +134,8 @@ networks:
default: default:
driver: bridge driver: bridge
nextcloud: services:
nextcloud:
image: wonderfall/nextcloud image: wonderfall/nextcloud
depends_on: depends_on:
- nextcloud-db # If using MySQL - nextcloud-db # If using MySQL
@ -162,8 +163,8 @@ nextcloud:
- /docker/nextcloud/apps:/apps2 - /docker/nextcloud/apps:/apps2
- /docker/nextcloud/themes:/nextcloud/themes - /docker/nextcloud/themes:/nextcloud/themes
# If using MySQL # If using MySQL
nextcloud-db: nextcloud-db:
image: mariadb:10 image: mariadb:10
volumes: volumes:
- /docker/nextcloud/db:/var/lib/mysql - /docker/nextcloud/db:/var/lib/mysql
@ -173,8 +174,8 @@ nextcloud-db:
- MYSQL_USER=nextcloud - MYSQL_USER=nextcloud
- MYSQL_PASSWORD=supersecretpassword - MYSQL_PASSWORD=supersecretpassword
# If using Nextant # If using Nextant
solr: solr:
image: solr:6-alpine image: solr:6-alpine
container_name: solr container_name: solr
volumes: volumes:
@ -184,8 +185,8 @@ solr:
- solr-precreate - solr-precreate
- nextant - nextant
# If using Redis # If using Redis
redis: redis:
image: redis:alpine image: redis:alpine
container_name: redis container_name: redis
volumes: volumes: