Skip to content

Commit a65d1d5

Browse files
committed
scripts/config.sh -> scripts/config.sh.sample
1 parent 8b2b14b commit a65d1d5

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
data/
2+
scripts/config.sh

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Install a self-hosted [Outline](https://github.com/outline/outline) wiki instanc
1515
```
1616
git clone https://github.com/vicalloy/outline-docker-compose.git
1717
cd outline-docker-compose
18+
cp scripts/config.sh.sample scripts/config.sh
1819
# update config file: vim scripts/config.sh
1920
make start # create docker-compose config file and start it.
2021
make init-uc # Initializing the oidc-server(add oidc client for outline and create a superuser).
File renamed without changes.

0 commit comments

Comments
 (0)