Skip to content

Commit 52f77bb

Browse files
committed
Update Installation Info
1 parent 364174c commit 52f77bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/installation/coolify.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ services:
3333
container_name: postiz
3434
restart: always
3535
environment:
36-
# You must change these. `yourServerAddress` is what your web browser uses.
36+
# You must change these. `yourServerAddress` this needs to be exactly the URL you're accessing Postiz on.
3737
MAIN_URL: "https://postiz.your-server.com"
3838
FRONTEND_URL: "https://postiz.your-server.com"
3939
NEXT_PUBLIC_BACKEND_URL: "https://postiz.your-server.com/api"

pages/installation/docker-compose.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ services:
3737
container_name: postiz
3838
restart: always
3939
environment:
40-
# You must change these. Replace `postiz.your-server.com` with your DNS name - what your web browser sees.
40+
# You must change these. Replace `postiz.your-server.com` with your DNS name - this needs to be exactly the URL you're accessing Postiz on.
4141
MAIN_URL: "https://postiz.your-server.com"
4242
FRONTEND_URL: "https://postiz.your-server.com"
4343
NEXT_PUBLIC_BACKEND_URL: "https://postiz.your-server.com/api"

0 commit comments

Comments
 (0)