Basic Setup (Compose File) #2709
fschofield
started this conversation in
General
Replies: 1 comment 2 replies
-
You removed too much from the volumes section. You have to keep the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like to set up basic ABS on windows 11 on the C drive. How do I configure the compose file?
This is what I tried to run
version: "3.7"
services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
ports:
- 13378:80
volumes:
- C:/docker/abs/audiobooks
- C:/docker/abs/config
- C:/docker/abs/metadata
- C:/docker/abs/ebooks
error location must be absolute file path.
Any help be great. thanks
Beta Was this translation helpful? Give feedback.
All reactions