Skip to content

Commit 886dcb7

Browse files
jco-cAntoLC
authored andcommitted
📝(self-hosted) commands copy-pastable
Make bash commands copy-pastable by prepending the foldername to the commands. Signed-off-by: Jan Conen <[email protected]>
1 parent bb4d2a9 commit 886dcb7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/examples/compose/keycloak/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
```bash
1111
mkdir keycloak
12-
curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/keycloak/compose.yaml
13-
curl -o env.d/kc_postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/kc_postgresql
14-
curl -o env.d/keycloak https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/keycloak
12+
curl -o keycloak/compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/keycloak/compose.yaml
13+
curl -o keycloak/env.d/kc_postgresql https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/kc_postgresql
14+
curl -o keycloak/env.d/keycloak https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/env.d/production.dist/keycloak
1515
```
1616

1717
### Step 2:. Update `env.d/` files

docs/examples/compose/minio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```bash
1111
mkdir minio
12-
curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/minio/compose.yaml
12+
curl -o minio/compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/minio/compose.yaml
1313
```
1414

1515
### Step 2:. Update compose file with your own values

docs/examples/compose/nginx-proxy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Acme-companion is a lightweight companion container for nginx-proxy. It handles
1313

1414
```bash
1515
mkdir nginx-proxy
16-
curl -o compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/nginx-proxy/compose.yaml
16+
curl -o nginx-proxy/compose.yaml https://raw.githubusercontent.com/suitenumerique/docs/refs/heads/main/docs/examples/compose/nginx-proxy/compose.yaml
1717
```
1818

1919
### Step 2: Edit `DEFAULT_EMAIL` in the compose file.

0 commit comments

Comments
 (0)