Skip to content

Commit

Permalink
Add Back Volumes from Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiva Menta committed Nov 5, 2023
1 parent e3e4e01 commit 52c1df1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ services:
- "traefik.http.routers.frontend.rule=Host(`traefik`)"
- "traefik.http.routers.frontend.entrypoints=web"
- "traefik.http.services.frontend.loadbalancer.server.port=3000"
# volumes:
# - type: bind
# source: /tmp/test-results
# target: /app/test-results
# https://github.com/cypress-io/cypress/issues/350
volumes:
- type: bind
source: /tmp/test-results
target: /app/test-results
https://github.com/cypress-io/cypress/issues/350
ipc: host

0 comments on commit 52c1df1

Please sign in to comment.