We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Sorry if I'm making a rookie mistake. I'm using the following docker-compose.yml:
version: '3' services: filebot: image: jlesage/filebot build: . ports: - "5800:5800" environment: - USER_ID=1000 - GROUP_ID=1000 volumes: - "/docker/appdata/filebot:/config:rw" - "$HOME:/storage:rw" - "/mnt/usb:/usb:rw"
I tried to specify the Dockerfile but that did not work.
The text was updated successfully, but these errors were encountered:
I guess you compose file is properly indented ? Which commands are you using ? It should be something like:
docker-compose pull docker-compose up
Sorry, something went wrong.
Late reply but deleting the line 'build: .' from your docker-compose.yml will fix this.
Closing this issue. Please re-open if needed.
No branches or pull requests
Sorry if I'm making a rookie mistake. I'm using the following docker-compose.yml:
I tried to specify the Dockerfile but that did not work.
The text was updated successfully, but these errors were encountered: