icecast: Update Bastillefile

This commit is contained in:
tschettervictor
2025-04-23 16:59:47 -06:00
committed by GitHub
parent 484d4d1030
commit da9a0e80ec

View File

@@ -1,9 +1,9 @@
# Icecast Bastillefile
ARG APP_NAME=icecast
ARG MOUNT_POINT=/apps/icecast
ARG CONFIG_PATH=/apps/icecast
MOUNT ${MOUNT_POINT} /usr/local/etc/icecast nullfs rw 0 0
MOUNT ${CONFIG_PATH} /usr/local/etc/icecast nullfs rw 0 0
CMD fetch -o /tmp/ https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/icecast/${APP_NAME}-install.sh
CMD chmod +x /tmp/${APP_NAME}-install.sh