Edit the .env File
1
Log in to server and open .env file
Log in to your server terminal. Open the
.env file using nano (or Vi): In this example: nano .env2
Update domain name
Find and update the following fields with your domain name:

3
Save the file
After making the changes, save the file: Press
Ctrl + X, then press Shift + S to save and exit.Update the NGINX Configuration
1
Open NGINX config file
Open the NGINX config file:
nano nginx/nginx.conf2
Update domain name and save
Scroll to the bottom and replace the existing server name or IP with your new domain name. Save and exit: Press
Ctrl + X, then Shift + SRestart the Server
Apply the changes by restarting the Docker containers:Should you encounter difficulties, please contact support at contact@pickcel.com for assistance.