mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2025-06-28 07:36:40 +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
|
||||
- name: Test image
|
||||
env:
|
||||
VOLUME_PATH: ./
|
||||
VOLUME_PATH: /tmp/mariadb
|
||||
DATABASE_NAME: foo
|
||||
MARIADB_ROOT_PASSWORD: abcd
|
||||
run: docker compose up --build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue