volume rename
This commit is contained in:
parent
e5eda35ee8
commit
cdc4e00175
1 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- db:/var/lib/mysql
|
||||
- db-ldap:/var/lib/mysql
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: "{{ lookup('keepass', 'nextcloud_mysql_root_password', 'password') }}"
|
||||
MYSQL_PASSWORD: "{{ lookup('keepass', 'nextcloud_mysql_password', 'password') }}"
|
||||
|
@ -97,8 +97,8 @@ services:
|
|||
NEXTCLOUD_MAX_TIME: 3600
|
||||
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
|
||||
volumes:
|
||||
- app:/var/www/html
|
||||
- data:/var/www/html/data
|
||||
- app-ldap:/var/www/html
|
||||
- data-ldap:/var/www/html/data
|
||||
networks:
|
||||
- intern
|
||||
- traefik
|
||||
|
@ -136,9 +136,9 @@ networks:
|
|||
external: true
|
||||
######## Volumes ########
|
||||
volumes:
|
||||
db:
|
||||
app:
|
||||
data:
|
||||
db-ldap:
|
||||
app-ldap:
|
||||
data-ldap:
|
||||
|
||||
######## Doku ########
|
||||
# Telefonregion
|
||||
|
|
Loading…
Reference in a new issue