Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tin-cat committed May 28, 2020
1 parent 425ed51 commit 19cf013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
application.config.inc.php
docker/mariadb/data

# Annoying files
.DS_Store
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
networks:
- emailqueue
volumes:
- emailqueue-db-data:/var/lib/mysql
- ./mariadb/data:/var/lib/mysql
- ./mariadb/emailqueue_init.sql:/docker-entrypoint-initdb.d/schema.sql:ro
environment:
- MYSQL_DATABASE=emailqueue
Expand Down

0 comments on commit 19cf013

Please sign in to comment.