Skip to content

Commit eb4cf20

Browse files
FalkWolskygitbook-bot
authored andcommitted
GITBOOK-179: No subject
1 parent 484b6b1 commit eb4cf20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/setup-and-run/self-hosting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,13 +253,13 @@ With an SSL certificate, you can securely visit self-hosted Lowcoder with HTTPS
253253
254254
{% tabs %}
255255
{% tab title="Docker-Compose" %}
256-
1. Copy `fullchain.pem` and `privkey.pem` to the `$PWD/stacks/ssl` directory.
256+
1. Copy `fullchain.pem` and `privkey.pem` to the `$PWD/lowcoder-stacks/ssl` directory.
257257
2. In `$PWD/docker-compose.yml`, change the value of `ports` to `"3443:3443"`.\
258258
259259
{% endtab %}
260260
261261
{% tab title="Docker" %}
262-
1. Copy `fullchain.pem` and `privkey.pem` to the `$PWD/stacks/ssl` directory.
262+
1. Copy `fullchain.pem` and `privkey.pem` to the `$PWD/lowcoder-stacks/ssl` directory.
263263
2. Change the `ports` in the deployment command to `3443:3443`, as shown below:
264264
265265
{% code overflow="wrap" %}

0 commit comments

Comments
 (0)