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