1
0
mirror of https://github.com/jcwimer/startup-infrastructure synced 2026-03-24 14:24:43 +00:00

Added docker volume for mariadb if not using overall mysql

This commit is contained in:
2018-07-27 01:03:11 +00:00
parent 2490fba2a2
commit d680aceeca

View File

@@ -23,6 +23,8 @@ services:
# - MYSQL_USER=gitea
# - MYSQL_PASSWORD=changeme
# volumes:
# - ./db/:/var/lib/mysql
# - db/:/var/lib/mysql
#networks:
# db:
#volumes:
# db: