We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3115cb3 commit abf2a87Copy full SHA for abf2a87
examples/docker-compose.yml
@@ -6,7 +6,6 @@ services:
6
image: mariadb:latest
7
volumes:
8
- ./db:/var/lib/mysql
9
- - ./post-script.sh:/assets/custom-scripts/post-script.sh
10
environment:
11
- MYSQL_ROOT_PASSWORD=examplerootpassword
12
- MYSQL_DATABASE=example
@@ -21,6 +20,7 @@ services:
21
20
- example-db
22
23
- ./backups:/backup
+ - ./post-script.sh:/assets/custom-scripts/post-script.sh
24
25
- DB_TYPE=mariadb
26
- DB_HOST=example-db
0 commit comments