File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments