mirror of
https://github.com/nextcloud/docker.git
synced 2025-06-15 15:54:47 +02:00
Fixed db-folder paths
This commit is contained in:
parent
14c1dd5429
commit
6781f2ee41
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ Mysql / MariaDB:
|
||||||
- `-v db:/var/lib/mysql` database files
|
- `-v db:/var/lib/mysql` database files
|
||||||
|
|
||||||
PostegreSQL:
|
PostegreSQL:
|
||||||
- `-v db:/var/lib/postegre/data` database files
|
- `-v db:/var/lib/postresql/data` database files
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -119,7 +119,7 @@ services:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/postresql/data
|
- db:/var/lib/mysql
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_ROOT_PW=...
|
- MYSQL_ROOT_PW=...
|
||||||
- MYSQL_USER_PW=...
|
- MYSQL_USER_PW=...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue