diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:16:40 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-08-01 17:16:40 +0300 |
commit | f1303e0a704be55ac6d992cf2dad5f27a9c34c3a (patch) | |
tree | e431401f4079ed0b8b9a116394586d6a8fe1f047 /test | |
parent | README: update (diff) | |
download | cgitize-f1303e0a704be55ac6d992cf2dad5f27a9c34c3a.tar.gz cgitize-f1303e0a704be55ac6d992cf2dad5f27a9c34c3a.zip |
change default "output_dir"
Diffstat (limited to 'test')
-rw-r--r-- | test/integration/docker/docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/docker/docker-compose.yml b/test/integration/docker/docker-compose.yml index c04bfb3..e803515 100644 --- a/test/integration/docker/docker-compose.yml +++ b/test/integration/docker/docker-compose.yml @@ -13,4 +13,4 @@ services: volumes: - ./client/etc/:/etc/cgitize:ro - "$SSH_AUTH_SOCK:/var/run/cgitize/ssh-agent.sock" - - ./client/output:/var/tmp/cgitize/output + - ./client/output:/var/tmp/cgitize |