Skip to content

Commit

Permalink
Add dependency between containers
Browse files Browse the repository at this point in the history
  • Loading branch information
4c0n committed Jul 4, 2024
1 parent 647655e commit 6696d6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ services:
AZURE_CONTAINER: "plugfscontainer"
volumes:
- ".:/opt/plugfs"
depends_on:
- azurite

azurite:
image: mcr.microsoft.com/azure-storage/azurite:latest
Expand Down

0 comments on commit 6696d6e

Please sign in to comment.