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

Docker.md: add docker-compose instructions #1392

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Apr 11, 2021

No description provided.

@KarlStraussberger KarlStraussberger merged commit 3253512 into gerbera:master Apr 12, 2021
@neheb neheb deleted the patch-1 branch April 12, 2021 05:32
@hmoffatt
Copy link

hmoffatt commented Jun 1, 2021

The docker-compose instructions refer to a named volume called gerbera-config, which is not defined in the instructions.

@neheb
Copy link
Contributor Author

neheb commented Jun 1, 2021

doesn't it get automatically created?

@hmoffatt
Copy link

hmoffatt commented Jun 1, 2021

No:

ERROR: Named volume "gerbera-config:/var/run/gerbera:rw" is used in service "gerbera" but no declaration was found in the volumes section.

@hmoffatt
Copy link

hmoffatt commented Jun 1, 2021

You need to declare a volume with:

volumes:
  gerbera-config: {}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants