Skip to content

Commit

Permalink
Fix for new docker volume
Browse files Browse the repository at this point in the history
  • Loading branch information
awlayton committed Mar 12, 2021
1 parent c77d60e commit 23d5315
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ services:

volumes:
arangodb_data:
binary_data:
arangodb_apps_data:
binary_data:
kafka_data:
zookeeper_data:

Expand Down
1 change: 1 addition & 0 deletions release/docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ services:
volumes:
arangodb_data:
arangodb_apps_data:
binary_data:
kafka_data:
zookeeper_data:

Expand Down

0 comments on commit 23d5315

Please sign in to comment.