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:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
- db:/var/lib/mysql
|
- db-ldap:/var/lib/mysql
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ROOT_PASSWORD: "{{ lookup('keepass', 'nextcloud_mysql_root_password', 'password') }}"
|
MYSQL_ROOT_PASSWORD: "{{ lookup('keepass', 'nextcloud_mysql_root_password', 'password') }}"
|
||||||
MYSQL_PASSWORD: "{{ lookup('keepass', 'nextcloud_mysql_password', 'password') }}"
|
MYSQL_PASSWORD: "{{ lookup('keepass', 'nextcloud_mysql_password', 'password') }}"
|
||||||
|
@ -97,8 +97,8 @@ services:
|
||||||
NEXTCLOUD_MAX_TIME: 3600
|
NEXTCLOUD_MAX_TIME: 3600
|
||||||
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
|
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
|
||||||
volumes:
|
volumes:
|
||||||
- app:/var/www/html
|
- app-ldap:/var/www/html
|
||||||
- data:/var/www/html/data
|
- data-ldap:/var/www/html/data
|
||||||
networks:
|
networks:
|
||||||
- intern
|
- intern
|
||||||
- traefik
|
- traefik
|
||||||
|
@ -136,9 +136,9 @@ networks:
|
||||||
external: true
|
external: true
|
||||||
######## Volumes ########
|
######## Volumes ########
|
||||||
volumes:
|
volumes:
|
||||||
db:
|
db-ldap:
|
||||||
app:
|
app-ldap:
|
||||||
data:
|
data-ldap:
|
||||||
|
|
||||||
######## Doku ########
|
######## Doku ########
|
||||||
# Telefonregion
|
# Telefonregion
|
||||||
|
|
Loading…
Reference in a new issue