-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
My configuration:
#docker-compose.yml
version: '3'
services:
my-container:
image: my-image:dev
volumes:
- my-container-files-sync:/var/www/
my-container_sync:
image: codycraven/quick-bind-sync:latest
depends_on:
- my-container
volumes:
- type: bind
source: .
target: /host
- type: volume
source: my-container-files-sync
target: /volume
volumes:
my-container-files-sync:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels