Skip to content

Commit 0a5e3a1

Browse files
committed
docs: add timezone configuration instructions to manual installation guide
- Included a new environment variable, TZ, for setting the timezone in Dokploy installations. - Added a section detailing how to update the timezone using a Docker command, enhancing user guidance for server configuration. Fix this question Dokploy/dokploy#2688
1 parent 4c87498 commit 0a5e3a1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

apps/docs/content/docs/core/manual-installation.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ If you wish to customize the Dokploy installation on your server, you can modify
1212
5. **RELEASE_TAG** - Set to a dokploy docker hub tag(latest, canary, feature, etc)
1313
6. **DATABASE_URL** - Set to another database url if you want to use a different database.
1414
7. **REDIS_HOST** - Set to another redis url if you want to use a different redis.
15+
8. **TZ** - Set to another timezone if you want to use a different timezone.
1516

1617
## Installation Script
1718

@@ -284,6 +285,16 @@ docker service create \
284285
dokploy/dokploy:latest
285286
```
286287

288+
## Setup Dokploy Timezone
289+
290+
To setup the timezone of Dokploy, you can use the following command:
291+
292+
```bash
293+
docker service update --env-add TZ=America/New_York dokploy
294+
```
295+
296+
297+
287298
## Manual Upgrade
288299

289300
To upgrade Dokploy manually, you can use the following command:

0 commit comments

Comments
 (0)