Add cinny/cinny.sh
This commit is contained in:
parent
987b6ff1eb
commit
79aae68b57
1 changed files with 9 additions and 0 deletions
9
cinny/cinny.sh
Normal file
9
cinny/cinny.sh
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue