We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e05cb0e commit 63fdf0dCopy full SHA for 63fdf0d
docker-compose.yml
@@ -1,6 +1,4 @@
1
### EXAMPLE DOCKER COMPOSE ###
2
-version: "3.7"
3
-
4
services:
5
audiobookshelf:
6
image: ghcr.io/advplyr/audiobookshelf:latest
@@ -23,8 +21,7 @@ services:
23
21
# you are running ABS on
24
22
- ./config:/config
25
restart: unless-stopped
26
- # You can use the following environment variable to run the ABS
+ # You can use the following user directive to run the ABS
27
# docker container as a specific user. You will need to change
28
# the UID and GID to the correct values for your user.
29
- #environment:
30
- # - user=1000:1000
+ # user: 1000:1000
0 commit comments