Skip to content

Subfolder are not getting synced #2

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:
    

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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