mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +01:00
Update: user directive in docker compose file
This commit is contained in:
parent
e05cb0ef4d
commit
63fdf0d18e
@ -1,6 +1,4 @@
|
|||||||
### EXAMPLE DOCKER COMPOSE ###
|
### EXAMPLE DOCKER COMPOSE ###
|
||||||
version: "3.7"
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
image: ghcr.io/advplyr/audiobookshelf:latest
|
image: ghcr.io/advplyr/audiobookshelf:latest
|
||||||
@ -23,8 +21,7 @@ services:
|
|||||||
# you are running ABS on
|
# you are running ABS on
|
||||||
- ./config:/config
|
- ./config:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
# You can use the following environment variable to run the ABS
|
# You can use the following user directive to run the ABS
|
||||||
# docker container as a specific user. You will need to change
|
# docker container as a specific user. You will need to change
|
||||||
# the UID and GID to the correct values for your user.
|
# the UID and GID to the correct values for your user.
|
||||||
#environment:
|
# user: 1000:1000
|
||||||
# - user=1000:1000
|
|
||||||
|
Loading…
Reference in New Issue
Block a user