mirror of
https://github.com/nicolabs/nextcloud-docker.git
synced 2025-09-21 00:31:40 +02:00
Add mysql option
This commit is contained in:
parent
ce5b814886
commit
53b8aabfe9
|
@ -3,6 +3,7 @@ version: '3'
|
|||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
# image: mysql
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
|
|
@ -3,6 +3,7 @@ version: '3'
|
|||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
# image: mysql
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
|
|
@ -3,6 +3,7 @@ version: '3'
|
|||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
# image: mysql
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
|
|
Loading…
Reference in a new issue