mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
mirror docker images to ghcr
This commit is contained in:
parent
1526a4e084
commit
b7be7a0fd8
3 changed files with 12 additions and 2 deletions
|
@ -34,6 +34,16 @@ push:
|
|||
docker push copyparty/iv
|
||||
docker push copyparty/ac
|
||||
docker push copyparty/dj
|
||||
docker image tag copyparty/min:latest ghcr.io/9001/copyparty-min:latest
|
||||
docker image tag copyparty/im:latest ghcr.io/9001/copyparty-im:latest
|
||||
docker image tag copyparty/iv:latest ghcr.io/9001/copyparty-iv:latest
|
||||
docker image tag copyparty/ac:latest ghcr.io/9001/copyparty-ac:latest
|
||||
docker image tag copyparty/dj:latest ghcr.io/9001/copyparty-dj:latest
|
||||
docker push ghcr.io/9001/copyparty-min:latest
|
||||
docker push ghcr.io/9001/copyparty-im:latest
|
||||
docker push ghcr.io/9001/copyparty-iv:latest
|
||||
docker push ghcr.io/9001/copyparty-ac:latest
|
||||
docker push ghcr.io/9001/copyparty-dj:latest
|
||||
|
||||
clean:
|
||||
-docker kill `docker ps -q`
|
||||
|
|
|
@ -13,7 +13,7 @@ docker run --rm -it -u 1000 -p 3923:3923 -v /mnt/nas:/w -v $PWD/cfgdir:/cfg copy
|
|||
* `/w` is the path inside the container that gets shared by default, so mount one or more folders to share below there
|
||||
* `/cfg` is an optional folder with zero or more config files (*.conf) to load
|
||||
* `copyparty/ac` is the recommended [image edition](#editions)
|
||||
* you can download the image from github instead by replacing `copyparty/ac` with TODO
|
||||
* you can download the image from github instead by replacing `copyparty/ac` with `ghcr.io/9001/copyparty-ac`
|
||||
|
||||
i'm unfamiliar with docker-compose and alternatives so let me know if this section could be better 🙏
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue