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
@@ -44,7 +44,7 @@ Find us at:
44
44
45
45
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/).
46
46
47
-
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.
47
+
Simply pulling `lscr.io/linuxserver-labs/omada-controller` should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
48
48
49
49
The architectures supported by this image are:
50
50
@@ -68,7 +68,7 @@ Here are some example snippets to help you get started creating a container.
68
68
version: "2.1"
69
69
services:
70
70
omada-controller:
71
-
image: ghcr.io/linuxserver-labs/omada-controller
71
+
image: lscr.io/linuxserver-labs/omada-controller
72
72
container_name: omada-controller
73
73
environment:
74
74
- PUID=1000
@@ -102,7 +102,7 @@ docker run -d \
102
102
-p 29813:29813 \
103
103
-v /path/to/data:/config \
104
104
--restart unless-stopped \
105
-
ghcr.io/linuxserver-labs/omada-controller
105
+
lscr.io/linuxserver-labs/omada-controller
106
106
```
107
107
108
108
## Parameters
@@ -165,7 +165,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
165
165
* container version number
166
166
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' omada-controller`
167
167
* image version number
168
-
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' ghcr.io/linuxserver-labs/omada-controller`
168
+
*`docker inspect -f '{{ index .Config.Labels "build_version" }}' lscr.io/linuxserver-labs/omada-controller`
169
169
170
170
## Updating Info
171
171
@@ -183,7 +183,7 @@ Below are the instructions for updating containers:
183
183
184
184
### Via Docker Run
185
185
186
-
* Update the image: `docker pull ghcr.io/linuxserver-labs/omada-controller`
186
+
* Update the image: `docker pull lscr.io/linuxserver-labs/omada-controller`
187
187
* Stop the running container: `docker stop omada-controller`
188
188
* Delete the container: `docker rm omada-controller`
189
189
* 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