Skip to content

Commit

Permalink
zess: remove unused volume
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-dev committed Oct 10, 2024
1 parent 9279536 commit d1a0431
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
- 4000:4000
volumes:
- ./vingo:/backend
- backend-compile:/target
- backend-target:/target
extra_hosts:
- "host.docker.internal:host-gateway"
stop_grace_period: 1s
Expand All @@ -43,6 +43,5 @@ services:
- "host.docker.internal:host-gateway"

volumes:
backend-compile:
backend-packages:
backend-target:
db-data:

0 comments on commit d1a0431

Please sign in to comment.