Skip to content

Commit 7622622

Browse files
Bot Updating Documentation
1 parent 860df57 commit 7622622

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/images/docker-sealskin.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ services:
114114
- PUID=1000
115115
- PGID=1000
116116
- TZ=Etc/UTC
117-
- HOST_URL=IP|subdomain.doman.com #optional
117+
- "HOST_URL=IP or subdomain.doman.com" #optional
118118
volumes:
119119
- /path/to/sealskin/config:/config
120120
- /path/to/sealskin/storage:/storage
@@ -133,7 +133,7 @@ docker run -d \
133133
-e PUID=1000 \
134134
-e PGID=1000 \
135135
-e TZ=Etc/UTC \
136-
-e HOST_URL=IP|subdomain.doman.com `#optional` \
136+
-e HOST_URL="IP or subdomain.doman.com" `#optional` \
137137
-p 8443:8443 \
138138
-p 8000:8000 `#optional` \
139139
-v /path/to/sealskin/config:/config \
@@ -161,7 +161,7 @@ Containers are configured using parameters passed at runtime (such as those abov
161161
| `PUID=1000` | for UserID - see below for explanation |
162162
| `PGID=1000` | for GroupID - see below for explanation |
163163
| `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |
164-
| `HOST_URL=IP|subdomain.doman.com` | On initial setup this will be used to fill in the default admin configuration file in the `/config` directory, if unset the string HOST_URL will need to be replaced. |
164+
| `HOST_URL=IP or subdomain.doman.com` | On initial setup this will be used to fill in the default admin configuration file in the `/config` directory, if unset the string HOST_URL will need to be replaced. |
165165

166166
### Volume Mappings (`-v`)
167167

@@ -374,7 +374,7 @@ To help with development, we generate this dependency graph.
374374
init-custom-files -> init-services
375375
init-services -> svc-cron
376376
svc-cron -> legacy-services
377-
base -> svc-sealskin
377+
init-services -> svc-sealskin
378378
svc-sealskin -> legacy-services
379379
}
380380
Base Images: {
@@ -385,6 +385,7 @@ To help with development, we generate this dependency graph.
385385

386386
## Versions
387387

388+
* **19.01.26:** - Fix init race condition.
388389
* **17.01.26:** - Update docs to remove network and port requirement, add link to Firefox add on.
389390
* **08.01.26:** - Improve permission fixing.
390391
* **31.10.25:** - Initial Release.

0 commit comments

Comments
 (0)