Skip to content

Commit

Permalink
Merge pull request #3568 from nichwall/docker_compose_update
Browse files Browse the repository at this point in the history
Update: user directive in docker compose file
  • Loading branch information
advplyr authored Oct 30, 2024
2 parents e05cb0e + 63fdf0d commit 667c736
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
### EXAMPLE DOCKER COMPOSE ###
version: "3.7"

services:
audiobookshelf:
image: ghcr.io/advplyr/audiobookshelf:latest
Expand All @@ -23,8 +21,7 @@ services:
# you are running ABS on
- ./config:/config
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
# the UID and GID to the correct values for your user.
#environment:
# - user=1000:1000
# user: 1000:1000

0 comments on commit 667c736

Please sign in to comment.