mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 14:45:38 +00:00
Update README.md
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user