Added mariadb container for development environment

This commit is contained in:
Alejandro Celaya
2019-10-06 11:21:41 +02:00
parent 700ee40109
commit 42e84e526e
5 changed files with 56 additions and 31 deletions

View File

@@ -24,3 +24,9 @@ services:
volumes:
- /etc/passwd:/etc/passwd:ro
- /etc/group:/etc/group:ro
shlink_db_maria:
user: 1000:1000
volumes:
- /etc/passwd:/etc/passwd:ro
- /etc/group:/etc/group:ro