Fix mistake from commit before
This commit is contained in:
parent
6313799d56
commit
9d77dbd852
@ -22,6 +22,7 @@ services:
|
|||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- ${NEXTCLOUD_ROOT}/mariadb:/var/lib/mysql
|
- ${NEXTCLOUD_ROOT}/mariadb:/var/lib/mysql
|
||||||
|
- ${NEXTCLOUD_ROOT}/mariadb/docker.cnf:/etc/mysql/conf.d/docker.cnf:ro
|
||||||
|
|
||||||
nextcloud-redis:
|
nextcloud-redis:
|
||||||
image: redis:6-alpine
|
image: redis:6-alpine
|
||||||
@ -36,8 +37,6 @@ services:
|
|||||||
- ${NEXTCLOUD_ROOT}/redis:/data
|
- ${NEXTCLOUD_ROOT}/redis:/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- ${NEXTCLOUD_ROOT}/mariadb/docker.cnf:/etc/mysql/conf.d/docker.cnf:ro
|
|
||||||
|
|
||||||
|
|
||||||
nextcloud-app:
|
nextcloud-app:
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user