Skip to content

Commit abf2a87

Browse files
committed
Fix example
1 parent 3115cb3 commit abf2a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ services:
66
image: mariadb:latest
77
volumes:
88
- ./db:/var/lib/mysql
9-
- ./post-script.sh:/assets/custom-scripts/post-script.sh
109
environment:
1110
- MYSQL_ROOT_PASSWORD=examplerootpassword
1211
- MYSQL_DATABASE=example
@@ -21,6 +20,7 @@ services:
2120
- example-db
2221
volumes:
2322
- ./backups:/backup
23+
- ./post-script.sh:/assets/custom-scripts/post-script.sh
2424
environment:
2525
- DB_TYPE=mariadb
2626
- DB_HOST=example-db

0 commit comments

Comments
 (0)