Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 55886ed

Browse files
committed
Update docs
1 parent 8db53c0 commit 55886ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Find us at:
4545

4646
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/).
4747

48-
Simply pulling `ghcr.io/linuxserver/omada-controller` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
48+
Simply pulling `ghcr.io/linuxserver-labs/omada-controller` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
4949

5050
The architectures supported by this image are:
5151

@@ -70,7 +70,7 @@ Here are some example snippets to help you get started creating a container.
7070
version: "2.1"
7171
services:
7272
omada-controller:
73-
image: ghcr.io/linuxserver/omada-controller
73+
image: ghcr.io/linuxserver-labs/omada-controller
7474
container_name: omada-controller
7575
environment:
7676
- PUID=1000
@@ -104,7 +104,7 @@ docker run -d \
104104
-p 29813:29813 \
105105
-v /path/to/data:/config \
106106
--restart unless-stopped \
107-
ghcr.io/linuxserver/omada-controller
107+
ghcr.io/linuxserver-labs/omada-controller
108108
```
109109

110110
## Parameters
@@ -167,7 +167,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
167167
* container version number
168168
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' omada-controller`
169169
* image version number
170-
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver/omada-controller`
170+
* `docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver-labs/omada-controller`
171171

172172
## Updating Info
173173

@@ -185,7 +185,7 @@ Below are the instructions for updating containers:
185185

186186
### Via Docker Run
187187

188-
* Update the image: `docker pull ghcr.io/linuxserver/omada-controller`
188+
* Update the image: `docker pull ghcr.io/linuxserver-labs/omada-controller`
189189
* Stop the running container: `docker stop omada-controller`
190190
* Delete the container: `docker rm omada-controller`
191191
* Recreate a new container with the same docker run parameters as instructed above (if mapped correctly to a host folder, your `/config` folder and settings will be preserved)
@@ -220,7 +220,7 @@ cd docker-omada-controller
220220
docker build \
221221
--no-cache \
222222
--pull \
223-
-t ghcr.io/linuxserver/omada-controller:latest .
223+
-t ghcr.io/linuxserver-labs/omada-controller:latest .
224224
```
225225

226226
The ARM variants can be built on x86_64 hardware using `multiarch/qemu-user-static`

0 commit comments

Comments
 (0)