diff --git a/compose.yaml b/compose.yaml index ebdd6c3..50bcc7c 100644 --- a/compose.yaml +++ b/compose.yaml @@ -171,7 +171,8 @@ services: networks: - media_network - audiobookshelf: + audiobookshelf: + container_name: audiobookshelf image: ghcr.io/advplyr/audiobookshelf:latest ports: - 8888:80 @@ -180,3 +181,5 @@ services: - /app-config/audiobookshelf/metadata:/metadata - /app-config/audiobookshelf/config:/config restart: unless-stopped + networks: + - media_network \ No newline at end of file