Skip to content

Commit 7bc62bd

Browse files
authoredAug 24, 2021
Replaced example config values with placeholders in Docker build command.
1 parent 8a85bed commit 7bc62bd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed
 

‎README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ Developed using `Make 4.1` and `Docker 20.10.5` on `Ubuntu 18.04`
1212

1313
### Build the Docker Image
1414

15+
Replace the `<...>`s with your own values and execute this to build the Docker image:
16+
1517
```
1618
make \
17-
-e FOREM_DOMAIN_NAME=example.com \
18-
-e FOREM_SUBDOMAIN_NAME=community \
19-
-e FOREM_DEFAULT_EMAIL=admin@example.com \
19+
-e FOREM_DOMAIN_NAME=<DOMAIN_NAME> \
20+
-e FOREM_SUBDOMAIN_NAME=<SUBDOMAIN_NAME_OR_BLANK> \
21+
-e FOREM_DEFAULT_EMAIL=<EMAIL_ADDRESS> \
2022
build-forem-selfhost
2123
```
2224

25+
See the [Makefile](https://github.com/derekenos/forem-selfhost-docker/blob/main/Makefile) for more information about the `build-forem-selfhost` target.
26+
2327
#### During the Dockerfile build:
2428

2529
- [an SSH key will be generated](https://github.com/derekenos/forem-selfhost-docker/blob/91b28dfad86b3c7446a11d15dfa78037f2ec69f0/Dockerfile#L52)

0 commit comments

Comments
 (0)
Please sign in to comment.