Skip to content

Commit

Permalink
Remove unnecessary docker compose volume
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelCourtney committed Jul 16, 2024
1 parent 79770bb commit f5d8c58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ services:
restart: always
volumes:
- aerie_file_store:/usr/src/app/merlin_file_store:ro
- ./procedural/examples/foo-procedures/build/libs:/usr/src/app/procedures:ro
hasura:
container_name: aerie_hasura
depends_on: ["postgres"]
Expand Down

0 comments on commit f5d8c58

Please sign in to comment.