Skip to content

Subfolder are not getting synced #2

@eznix86

Description

@eznix86

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:
    

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions