We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f263e81 commit 8172410Copy full SHA for 8172410
1 file changed
src/server/upgrade/index.md
@@ -74,6 +74,7 @@ Perform the migration:
74
```bash
75
SECURITY_EMAIL_SALT='<YOUR STRONG HASH>'
76
SECURITY_BEARER_SALT='<YOUR STRONG HASH>'
77
+ PORT=5000
78
```
79
80
3. Start up your docker containers
@@ -133,6 +134,7 @@ Perform the migration:
133
134
135
136
137
138
139
140
@@ -383,7 +385,7 @@ $ docker-compose -f docker-compose.yml stop
383
385
$ git pull
384
386
387
- 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** ⚠️
389
390
<MigrationType type="CE" />
391
0 commit comments