Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Oct 30, 2024
2 parents e0c66ea + 667c736 commit 2b18efd
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 2b18efd

Please sign in to comment.