Last active
March 4, 2020 23:45
-
-
Save eirenik0/3f3d9af345e4a8f9fcf6a090d92b4c37 to your computer and use it in GitHub Desktop.
Add external storage for media data in Azurecast – https://www.azuracast.com/help/docker/#mounting-a-directory-into-a-station | Resize Hetzner volume tutorial – https://blog.ruanbekker.com/blog/2018/12/19/resizing-hetzner-cloud-block-storage-volumes-on-the-fly/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2.2' | |
services: | |
web: | |
volumes: | |
- /mnt/HC_Volume_4511185:/var/azuracast/stations | |
stations: | |
volumes: | |
- /mnt/HC_Volume_4511185:/var/azuracast/stations |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment