Skip to content

Commit 8172410

Browse files
committed
Add missing env #427
1 parent f263e81 commit 8172410

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/server/upgrade/index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ Perform the migration:
7474
```bash
7575
SECURITY_EMAIL_SALT='<YOUR STRONG HASH>'
7676
SECURITY_BEARER_SALT='<YOUR STRONG HASH>'
77+
PORT=5000
7778
```
7879

7980
3. Start up your docker containers
@@ -133,6 +134,7 @@ Perform the migration:
133134
```bash
134135
SECURITY_EMAIL_SALT='<YOUR STRONG HASH>'
135136
SECURITY_BEARER_SALT='<YOUR STRONG HASH>'
137+
PORT=5000
136138
```
137139

138140
3. Start up your docker containers
@@ -383,7 +385,7 @@ $ docker-compose -f docker-compose.yml stop
383385
$ git pull
384386
```
385387

386-
6. Set environment variables (<GitHubRepo desc=".prod.env" id="MerginMaps/server/blob/master/.prod.env" /> file). **Important** ⚠️
388+
6. Set environment variables `.prod.env`. **Important** ⚠️
387389

388390
<MigrationType type="CE" />
389391

0 commit comments

Comments
 (0)