[PR #842] [MERGED] Add restart and fix volumes #3431

Closed
opened 2026-04-25 00:15:37 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/842
Author: @revilo951
Created: 7/18/2022
Status: Merged
Merged: 7/21/2022
Merged by: @advplyr

Base: masterHead: master


📝 Commits (1)

  • 7b83ab8 Add restart and fix volumes

📊 Changes

1 file changed (+4 additions, -3 deletions)

View changed files

📝 docker-compose.yml (+4 -3)

📄 Description

Added restart: unless-stopped
Adjust volumes - probably shouldn't be scattering the volumes around the root dir? Could also do this to put them in the home dir instead of relative to the .yml file location:

      - ~/abs/audiobooks:/audiobooks
      - ~/abs/metadata:/metadata
      - ~/abs/config:/config

https://docs.docker.com/compose/compose-file/compose-file-v3/#short-syntax-3


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/842 **Author:** [@revilo951](https://github.com/revilo951) **Created:** 7/18/2022 **Status:** ✅ Merged **Merged:** 7/21/2022 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7b83ab8`](https://github.com/advplyr/audiobookshelf/commit/7b83ab897035a6cb5c839efc0c8d5dfd7373fe81) Add restart and fix volumes ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `docker-compose.yml` (+4 -3) </details> ### 📄 Description Added `restart: unless-stopped` Adjust volumes - probably shouldn't be scattering the volumes around the root dir? Could also do this to put them in the home dir instead of relative to the .yml file location: ``` - ~/abs/audiobooks:/audiobooks - ~/abs/metadata:/metadata - ~/abs/config:/config ``` https://docs.docker.com/compose/compose-file/compose-file-v3/#short-syntax-3 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:15:37 +02:00
adam closed this issue 2026-04-25 00:15:37 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3431