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
Copy file name to clipboardExpand all lines: README.md
+2-18Lines changed: 2 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,6 @@ To help you get started creating a container from this image you can either use
71
71
72
72
```yaml
73
73
---
74
-
version: "2.1"
75
74
services:
76
75
nginx:
77
76
image: lscr.io/linuxserver/nginx:latest
@@ -185,7 +184,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to
185
184
186
185
## Updating Info
187
186
188
-
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (ie. nextcloud, plex), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
187
+
Most of our images are static, versioned, and require an image update and container recreation to update the app inside. With some exceptions (noted in the relevant readme.md), we do not recommend or support updating apps inside the container. Please consult the [Application Setup](#application-setup) section above to see if it is recommended for the image.
189
188
190
189
Below are the instructions for updating containers:
191
190
@@ -250,21 +249,6 @@ Below are the instructions for updating containers:
250
249
docker image prune
251
250
```
252
251
253
-
### Via Watchtower auto-updater (only use if you don't remember the original parameters)
254
-
255
-
* Pull the latest image at its tag and replace it with the same env variables in one run:
256
-
257
-
```bash
258
-
docker run --rm \
259
-
-v /var/run/docker.sock:/var/run/docker.sock \
260
-
containrrr/watchtower \
261
-
--run-once nginx
262
-
```
263
-
264
-
* You can also remove the old dangling images: `docker image prune`
265
-
266
-
**warning**: We do not endorse the use of Watchtower as a solution to automated updates of existing Docker containers. In fact we generally discourage automated updates. However, this is a useful tool for one-time manual updates of containers where you have forgotten the original parameters. In the long term, we highly recommend using [Docker Compose](https://docs.linuxserver.io/general/docker-compose).
**tip**: We recommend [Diun](https://crazymax.dev/diun/) for update notifications. Other tools that automatically update containers unattended are not recommended or supported.
@@ -292,7 +276,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
292
276
293
277
## Versions
294
278
295
-
***23.12.23:** - Rebase to Alpine 3.19 with php 8.3.
279
+
***05.03.24:** - Rebase to Alpine 3.19 with php 8.3.
296
280
***25.05.23:** - Rebase to Alpine 3.18, deprecate armhf.
297
281
***16.01.23:** - Remove nchan module because it keeps causing crashes.
298
282
***22.12.22:** - Rebase to Alpine 3.17 with PHP 8.1, migrate to s6v3.
0 commit comments