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: docs/images/docker-sealskin.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ services:
114
114
- PUID=1000
115
115
- PGID=1000
116
116
- TZ=Etc/UTC
117
-
- HOST_URL=IP|subdomain.doman.com #optional
117
+
- "HOST_URL=IP or subdomain.doman.com"#optional
118
118
volumes:
119
119
- /path/to/sealskin/config:/config
120
120
- /path/to/sealskin/storage:/storage
@@ -133,7 +133,7 @@ docker run -d \
133
133
-e PUID=1000 \
134
134
-e PGID=1000 \
135
135
-e TZ=Etc/UTC \
136
-
-e HOST_URL=IP|subdomain.doman.com `#optional` \
136
+
-e HOST_URL="IP or subdomain.doman.com" `#optional` \
137
137
-p 8443:8443 \
138
138
-p 8000:8000 `#optional` \
139
139
-v /path/to/sealskin/config:/config \
@@ -161,7 +161,7 @@ Containers are configured using parameters passed at runtime (such as those abov
161
161
|`PUID=1000`| for UserID - see below for explanation |
162
162
|`PGID=1000`| for GroupID - see below for explanation |
163
163
|`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. |
165
165
166
166
### Volume Mappings (`-v`)
167
167
@@ -374,7 +374,7 @@ To help with development, we generate this dependency graph.
374
374
init-custom-files -> init-services
375
375
init-services -> svc-cron
376
376
svc-cron -> legacy-services
377
-
base -> svc-sealskin
377
+
init-services -> svc-sealskin
378
378
svc-sealskin -> legacy-services
379
379
}
380
380
Base Images: {
@@ -385,6 +385,7 @@ To help with development, we generate this dependency graph.
385
385
386
386
## Versions
387
387
388
+
***19.01.26:** - Fix init race condition.
388
389
***17.01.26:** - Update docs to remove network and port requirement, add link to Firefox add on.
0 commit comments