Add cinny/cinny.sh

This commit is contained in:
Sangye Ince-Johannsen 2025-01-20 17:53:32 +00:00
parent 987b6ff1eb
commit 79aae68b57

9
cinny/cinny.sh Normal file
View file

@ -0,0 +1,9 @@
# First, stop and remove existing container if it exists
docker stop cinny
docker rm cinny
# Run new container with updated config
docker run -d --name cinny \
-p 3004:80 \
-v ~/cinny/config.json:/app/config.json \
ajbura/cinny:latest