Commit b662cf4a authored by Abhishek's avatar Abhishek
Browse files

egid, dta-test file permission

parent b6429b87
Pipeline #11813 passed with stage
in 45 seconds
......@@ -34,15 +34,16 @@ services:
backend:
container_name: backend
user: root
image: hftstuttgart/cota-backend:latest
# user: "${EUSER}:${EGID}"
user: "${EUSER}:${EGID}"
ports: # Add this section
- "8081:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- type: tmpfs
target: /tmp/dta-tests
tmpfs:
mode: 1777
restart: unless-stopped
# 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