mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-25 04:40:55 +02:00
Use custom Dockerfile instead of mounted config
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
8c86333de9
commit
b2e04519ed
28 changed files with 68 additions and 52 deletions
|
@ -2,12 +2,10 @@ version: '3'
|
|||
|
||||
services:
|
||||
db:
|
||||
image: mariadb
|
||||
# image: mysql
|
||||
build: ./db
|
||||
restart: always
|
||||
volumes:
|
||||
- db:/var/lib/mysql
|
||||
- ./mysql.conf:/etc/mysql/conf.d/mysql-config.cnf
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=
|
||||
env_file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue