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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ services:
180
180
- EXTRA_DOMAINS= #optional
181
181
- STAGING=false #optional
182
182
volumes:
183
-
- /path/to/appdata/config:/config
183
+
- /path/to/swag/config:/config
184
184
ports:
185
185
- 443:443
186
186
- 80:80#optional
@@ -208,7 +208,7 @@ docker run -d \
208
208
-e STAGING=false `#optional` \
209
209
-p 443:443 \
210
210
-p 80:80 `#optional` \
211
-
-v /path/to/appdata/config:/config \
211
+
-v /path/to/swag/config:/config \
212
212
--restart unless-stopped \
213
213
lscr.io/linuxserver/swag:latest
214
214
```
@@ -234,7 +234,7 @@ Containers are configured using parameters passed at runtime (such as those abov
234
234
|`-e ONLY_SUBDOMAINS=false`| If you wish to get certs only for certain subdomains, but not the main domain (main domain may be hosted on another machine and cannot be validated), set this to `true`|
|`-e STAGING=false`| Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes. |
237
-
|`-v /config`|All the config files including the webroot reside here.|
237
+
|`-v /config`|Persistent config files |
238
238
239
239
### Portainer notice
240
240
@@ -416,6 +416,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
416
416
417
417
## Versions
418
418
419
+
***23.12.23:** - Rebase to Alpine 3.19 with php 8.3, add root periodic crontabs for logrotate.
419
420
***11.12.23:** - Deprecate certbot-dns-dynu to resolve dependency conflicts with other plugins.
420
421
***30.11.23:** - [Existing users should update:](https://github.com/linuxserver/docker-swag/blob/master/README.md#updating-configs) site-confs/default.conf - Fix index.php being downloaded on 404.
421
422
***23.11.23:** - Run certbot as root to allow fix http validation.
- { env_var: "STAGING", env_value: "false", desc: "Set to `true` to retrieve certs in staging mode. Rate limits will be much higher, but the resulting cert will not pass the browser's security test. Only to be used for testing purposes." }
0 commit comments