Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] docker creates a volume on host for the /app directory #244

Closed
gniting opened this issue Jul 13, 2024 · 0 comments · Fixed by #246
Closed

[BUG] docker creates a volume on host for the /app directory #244

gniting opened this issue Jul 13, 2024 · 0 comments · Fixed by #246
Assignees
Labels
bug Something isn't working

Comments

@gniting
Copy link

gniting commented Jul 13, 2024

Describe the bug
Docker is creating a volume on the host system and mapping it to /app

To Reproduce
Steps to reproduce the behavior:

  1. I am using the following docker command (xxxx/yyyy are placeholders)
docker run -d \
  --name xxxxxx \
  --hostname xxxxxx \
  --network xxxxxx \
  --ip x.x.x.x \
  -v /opt/icloud-nas:/icloud \
  -v /opt/icloud-nas/config:/config \
  -e ENV_CONFIG_FILE_PATH=/config/config.yaml \
  -v /etc/timezone:/etc/timezone:ro \
  -v /etc/localtime:/etc/localtime:ro \
  -v /xxxxx:/media/icloud/drive \
  -v /yyyyy:/media/icloud/photos \
  -e PUID=xxxx \
  -e PGID=xxxx \
  --restart unless-stopped \
  mandarons/icloud-drive

Expected behavior
Docker should not create a volume on host

Screenshots
image

Configuration
N/A

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants