Container for ampache
2.1K
ampache README
sudo bash -c "$(curl -q -LSsf "https://github.com/systemmgr/installer/raw/main/install.sh")"
sudo systemmgr --config && sudo systemmgr install scripts
dockermgr update ampache
mkdir -p "$HOME/.local/share/srv/docker/ampache/rootfs"
git clone "https://github.com/dockermgr/ampache" "$HOME/.local/share/CasjaysDev/dockermgr/ampache"
cp -Rfva "$HOME/.local/share/CasjaysDev/dockermgr/ampache/rootfs/." "$HOME/.local/share/srv/docker/ampache/rootfs/"
docker run -d \
--restart always \
--privileged \
--name casjaysdevdocker-ampache \
--hostname ampache \
-e TZ=${TIMEZONE:-America/New_York} \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/data:/data:z" \
-v "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/config:/config:z" \
-p 80:80 \
casjaysdevdocker/ampache:latest
version: "2"
services:
ProjectName:
image: casjaysdevdocker/ampache
container_name: casjaysdevdocker-ampache
environment:
- TZ=America/New_York
- HOSTNAME=ampache
volumes:
- "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/data:/data:z"
- "$HOME/.local/share/srv/docker/casjaysdevdocker-ampache/rootfs/config:/config:z"
ports:
- 80:80
restart: always
dockermgr download src casjaysdevdocker/ampache
OR
git clone "https://github.com/casjaysdevdocker/ampache" "$HOME/Projects/github/casjaysdevdocker/ampache"
cd "$HOME/Projects/github/casjaysdevdocker/ampache"
buildx
š¤ casjay: Githubā š¤
āµ casjaysdevdocker: Githubā Dockerā āµ
Content type
Image
Digest
sha256:caa67baabā¦
Size
583.3 MB
Last updated
about 2 months ago
docker pull casjaysdevdocker/ampache