mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2025-12-11 09:30:00 +01:00
icecast: add Bastillefile
This commit is contained in:
10
icecast/Bastillefile
Normal file
10
icecast/Bastillefile
Normal file
@@ -0,0 +1,10 @@
|
||||
# Icecast Bastillefile
|
||||
|
||||
ARG APP_NAME=icecast
|
||||
ARG MOUNT_POINT=/apps/icecast
|
||||
|
||||
MOUNT ${MOUNT_POINT} /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
|
||||
CMD /tmp/${APP_NAME}-install.sh
|
||||
Reference in New Issue
Block a user