0
0
Fork 0
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:
Tilo Spannagel 2018-03-21 14:33:03 +01:00
parent 8c86333de9
commit b2e04519ed
No known key found for this signature in database
GPG key ID: B89F1626A58E1429
28 changed files with 68 additions and 52 deletions

View file

@ -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: