Skip to content

Commit

Permalink
Don't use existdata volume in compose.dev.yml for now
Browse files Browse the repository at this point in the history
It causes problems when updating the api image.
  • Loading branch information
cmil committed Jan 7, 2024
1 parent 85264f8 commit 42f9659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
- EXIST_PASSWORD=
ports:
- 8080:8080
volumes:
- existdata:/opt/exist/data
# volumes:
# - existdata:/opt/exist/data
depends_on:
- fuseki
- metrics
Expand Down Expand Up @@ -48,5 +48,5 @@ services:
depends_on:
- api
volumes:
existdata:
# existdata:
fusekidata:

0 comments on commit 42f9659

Please sign in to comment.