Commit 6572433e authored by Abhishek's avatar Abhishek
Browse files

minor fix

parent 411b5b5d
Pipeline #11958 passed with stage
in 7 minutes and 17 seconds
...@@ -41,8 +41,7 @@ services: ...@@ -41,8 +41,7 @@ services:
- "8081:8080" - "8081:8080"
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- type: tmpfs - '/tmp/dta-tests:/tmp/dta-tests'
target: /tmp/dta-tests
restart: unless-stopped restart: unless-stopped
# This service can be reached by the 'web' container at http://backend:[port] # This service can be reached by the 'web' container at http://backend:[port]
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment