kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
dceba008ae
commit
d91bca40a5
|
@ -8,7 +8,7 @@
|
|||
[](https://hub.docker.com/r/linuxserver/znc)
|
||||
[](https://hub.docker.com/r/linuxserver/znc)
|
||||
[](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-znc/job/master/)
|
||||
[](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/znc/latest/index.html)
|
||||
[](https://ci-tests.linuxserver.io/linuxserver/znc/latest/index.html)
|
||||
|
||||
[Znc](http://wiki.znc.in/ZNC) is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels. Multiple clients from different locations can connect to a single ZNC account simultaneously and therefore appear under the same nickname on IRC.
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
|||
|
||||
Our images support multiple architectures such as `x86-64`, `arm64` and `armhf`. We utilise the docker manifest for multi-platform awareness. More information is available from docker [here](https://github.com/docker/distribution/blob/master/docs/spec/manifest-v2-2.md#manifest-list) and our announcement [here](https://blog.linuxserver.io/2019/02/21/the-lsio-pipeline-project/).
|
||||
|
||||
Simply pulling `linuxserver/znc` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
Simply pulling `ghcr.io/linuxserver/znc` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
|
||||
|
||||
The architectures supported by this image are:
|
||||
|
||||
|
@ -40,7 +40,7 @@ Compatible with docker-compose v2 schemas.
|
|||
version: "2.1"
|
||||
services:
|
||||
znc:
|
||||
image: linuxserver/znc
|
||||
image: ghcr.io/linuxserver/znc
|
||||
container_name: znc
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
@ -64,7 +64,7 @@ docker run -d \
|
|||
-p 6501:6501 \
|
||||
-v <path to data>:/config \
|
||||
--restart unless-stopped \
|
||||
linuxserver/znc
|
||||
ghcr.io/linuxserver/znc
|
||||
```
|
||||
|
||||
|
||||
|
@ -150,7 +150,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
|
|||
* Container version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' znc`
|
||||
* Image version number
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' linuxserver/znc`
|
||||
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/znc`
|
||||
|
||||
## Versions
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue