Skip to content

Commit

Permalink
Update Installation Info
Browse files Browse the repository at this point in the history
  • Loading branch information
egelhaus committed Jan 30, 2025
1 parent 364174c commit 52f77bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/installation/coolify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
container_name: postiz
restart: always
environment:
# You must change these. `yourServerAddress` is what your web browser uses.
# You must change these. `yourServerAddress` this needs to be exactly the URL you're accessing Postiz on.
MAIN_URL: "https://postiz.your-server.com"
FRONTEND_URL: "https://postiz.your-server.com"
NEXT_PUBLIC_BACKEND_URL: "https://postiz.your-server.com/api"
Expand Down
2 changes: 1 addition & 1 deletion pages/installation/docker-compose.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
container_name: postiz
restart: always
environment:
# You must change these. Replace `postiz.your-server.com` with your DNS name - what your web browser sees.
# 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.
MAIN_URL: "https://postiz.your-server.com"
FRONTEND_URL: "https://postiz.your-server.com"
NEXT_PUBLIC_BACKEND_URL: "https://postiz.your-server.com/api"
Expand Down

0 comments on commit 52f77bb

Please sign in to comment.