You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Find us at:
45
45
46
46
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/).
47
47
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.
49
49
50
50
The architectures supported by this image are:
51
51
@@ -70,7 +70,7 @@ Here are some example snippets to help you get started creating a container.
70
70
version: "2.1"
71
71
services:
72
72
omada-controller:
73
-
image: ghcr.io/linuxserver/omada-controller
73
+
image: ghcr.io/linuxserver-labs/omada-controller
74
74
container_name: omada-controller
75
75
environment:
76
76
- PUID=1000
@@ -104,7 +104,7 @@ docker run -d \
104
104
-p 29813:29813 \
105
105
-v /path/to/data:/config \
106
106
--restart unless-stopped \
107
-
ghcr.io/linuxserver/omada-controller
107
+
ghcr.io/linuxserver-labs/omada-controller
108
108
```
109
109
110
110
## Parameters
@@ -167,7 +167,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
167
167
* container version number
168
168
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' omada-controller`
169
169
* 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`
171
171
172
172
## Updating Info
173
173
@@ -185,7 +185,7 @@ Below are the instructions for updating containers:
185
185
186
186
### Via Docker Run
187
187
188
-
* Update the image: `docker pull ghcr.io/linuxserver/omada-controller`
188
+
* Update the image: `docker pull ghcr.io/linuxserver-labs/omada-controller`
189
189
* Stop the running container: `docker stop omada-controller`
190
190
* Delete the container: `docker rm omada-controller`
191
191
* 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)
0 commit comments