Local directory can be used instead of volume for storing test artifact (#204)

This commit is contained in:
Frederik Ring
2023-04-02 19:41:00 +02:00
committed by GitHub
parent c177202ac1
commit 808cf8f82d
2 changed files with 4 additions and 5 deletions

View File

@@ -42,10 +42,9 @@ services:
EXEC_LABEL: test
EXEC_FORWARD_OUTPUT: "true"
volumes:
- archive:/archive
- ./local:/archive
- app_data:/backup/data:ro
- /var/run/docker.sock:/var/run/docker.sock
volumes:
app_data:
archive: