Commit bb884965 authored by Abhishek's avatar Abhishek
Browse files

dta-test file permission

parent bf5413c3
Pipeline #11815 passed with stage
in 41 seconds
...@@ -35,7 +35,10 @@ services: ...@@ -35,7 +35,10 @@ services:
backend: backend:
container_name: backend container_name: backend
image: hftstuttgart/cota-backend:latest image: hftstuttgart/cota-backend:latest
user: "${EUSER}:${EGID}" #user: "${EUSER}:${EGID}"
user:"1000:999"
environment:
- DOCKER_HOST=unix:///var/run/docker.sock
ports: # Add this section ports: # Add this section
- "8081:8080" - "8081:8080"
volumes: volumes:
......
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