Skip to content

Commit 63fdf0d

Browse files
committed
Update: user directive in docker compose file
1 parent e05cb0e commit 63fdf0d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docker-compose.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
### EXAMPLE DOCKER COMPOSE ###
2-
version: "3.7"
3-
42
services:
53
audiobookshelf:
64
image: ghcr.io/advplyr/audiobookshelf:latest
@@ -23,8 +21,7 @@ services:
2321
# you are running ABS on
2422
- ./config:/config
2523
restart: unless-stopped
26-
# You can use the following environment variable to run the ABS
24+
# You can use the following user directive to run the ABS
2725
# docker container as a specific user. You will need to change
2826
# the UID and GID to the correct values for your user.
29-
#environment:
30-
# - user=1000:1000
27+
# user: 1000:1000

0 commit comments

Comments
 (0)