Skip to content

Commit

Permalink
feat(docker): update conf
Browse files Browse the repository at this point in the history
  • Loading branch information
koromerzhin committed Feb 25, 2021
1 parent 0685745 commit 14cb2ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ services:
MYSQL_USER: siteinternet
MYSQL_PASSWORD: password
TZ: Europe/Paris
volumes:
- mariadb_data:/var/lib/mysql
- ${PWD}/dump:/dump
networks:
- net
deploy:
Expand Down

0 comments on commit 14cb2ec

Please sign in to comment.