Skip to content

Commit e413329

Browse files
fix(docs): Fixed docs
1 parent ff9417f commit e413329

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

_posts/2021-08-14-open-source-linktree-alt.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ sudo chmod +x /usr/local/bin/docker-compose
6161

6262
## Running the container
6363

64+
```bash
65+
mkdir littlelink-server
66+
cd littlelink-server
67+
touch docker-compose.yml
68+
```
69+
70+
If you're using Docker compose
6471

6572
`docker-compose.yml`
6673

@@ -117,6 +124,8 @@ services:
117124
- no-new-privileges:true
118125
```
119126
127+
If you're running docker only
128+
120129
Docker command
121130
122131
```
@@ -143,3 +152,6 @@ docker run -d \
143152
--restart unless-stopped \
144153
ghcr.io/techno-tim/littlelink-server:latest
145154
```
155+
156+
157+
If you're using Rancher, Portainer, Open Media Vault, Unraid, or anything else with a GUI, just copy and paste the environment variables above into the form on the web page.

0 commit comments

Comments
 (0)