Skip to content

Commit 512d082

Browse files
Sprinkle some more periods
1 parent a2cf217 commit 512d082

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

15/umbraco-cms/fundamentals/setup/server-setup/running-umbraco-in-docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Similarly, you shouldn't use InMemory modelsbuilder, since that also relies on c
2525
### Logs
2626

2727
Umbraco writes logs to the `/umbraco/Logs/` directory. Due to the performance implications of writing to a writable layer,
28-
and the limited size of the writable layer, it is recommended to mount a volume to this directory.
28+
and the limited size, it is recommended to mount a volume to this directory.
2929

3030
### Data
3131

@@ -36,17 +36,17 @@ The `/umbraco/Data/` directory is used to store temporary files, such as file up
3636
Similarly to logs, it's recommended to not store media in the writable layer, both for performance reasons,
3737
but also for practical development reasons. You likely want to persist media files between containers.
3838

39-
One possible solution here is to again use bind mounts, however the ideal solution is store the media and ImageSharp cache externally,
39+
One possible solution here is to again use bind mounts. The ideal solution is store the media and ImageSharp cache externally,
4040
for more information on this, refer to the [Azure Blob Storage documentation](https://docs.umbraco.com/umbraco-cms/extending/filesystemproviders/azure-blob-storage).
4141

4242
### Required files
4343

44-
If your solution requires some files to run, for instance license files, you need to pass these files into the container at build time, or mount them externally.
44+
If your solution requires some files to run, for instance license files. You need to pass these files into the container at build time, or mount them externally.
4545

4646
## HTTPS
4747

4848
When running in websites in Docker, it's common to use do so behind a reverse proxy, or load balancers.
49-
In these scenarios you're likely to handle SSL termination at the reverse proxy, this means that Umbraco will not be aware of the SSL termination, and will likely complain about not using HTTPS.
49+
In these scenarios you're likely to handle SSL termination at the reverse proxy. This means that Umbraco will not be aware of the SSL termination, and will likely complain about not using HTTPS.
5050

5151
Umbraco checks for HTTPS in two locations:
5252

0 commit comments

Comments
 (0)