mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-07-20 10:37:50 +00:00
change volume path
This commit is contained in:
parent
299d343e17
commit
c690088380
1 changed files with 1 additions and 1 deletions
2
.github/workflows/image.yml
vendored
2
.github/workflows/image.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test
|
run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test
|
||||||
- name: Test image
|
- name: Test image
|
||||||
env:
|
env:
|
||||||
VOLUME_PATH: ./
|
VOLUME_PATH: /tmp/mariadb
|
||||||
DATABASE_NAME: foo
|
DATABASE_NAME: foo
|
||||||
MARIADB_ROOT_PASSWORD: abcd
|
MARIADB_ROOT_PASSWORD: abcd
|
||||||
run: docker compose up --build
|
run: docker compose up --build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue