🗃️ Removed the .claude/settings.local.json 🗃️

Dockerfile
.env.scripts
.gitattributes
.gitea/
.gitignore
LICENSE.md
README.md
rootfs/usr/local/bin/entrypoint.sh
rootfs/usr/local/bin/pkmgr
This commit is contained in:
2026-05-12 20:06:48 -04:00
parent 83719097a5
commit 0e1925ba10
9 changed files with 368 additions and 185 deletions
+4 -4
View File
@@ -19,8 +19,8 @@ dockermgr update icecast
## Install and run container
```shell
dockerHome="/var/lib/srv/$USER/docker/casjaysdevdocker/icecast/icecast/latest/volumes"
mkdir -p "/var/lib/srv/$USER/docker/icecast/volumes"
dockerHome="/var/lib/srv/$USER/docker/casjaysdevdocker/icecast/icecast/latest/rootfs"
mkdir -p "/var/lib/srv/$USER/docker/icecast/rootfs"
git clone "https://github.com/dockermgr/icecast" "$HOME/.local/share/CasjaysDev/dockermgr/icecast"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/icecast/rootfs/." "$dockerHome/"
docker run -d \
@@ -47,8 +47,8 @@ services:
- TZ=America/New_York
- HOSTNAME=icecast
volumes:
- "/var/lib/srv/$USER/docker/casjaysdevdocker/icecast/icecast/latest/volumes/data:/data:z"
- "/var/lib/srv/$USER/docker/casjaysdevdocker/icecast/icecast/latest/volumes/config:/config:z"
- "/var/lib/srv/$USER/docker/casjaysdevdocker/icecast/icecast/latest/rootfs/data:/data:z"
- "/var/lib/srv/$USER/docker/casjaysdevdocker/icecast/icecast/latest/rootfs/config:/config:z"
ports:
- 80:80
restart: always