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:
33
33
container_name : postiz
34
34
restart : always
35
35
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 .
37
37
MAIN_URL : " https://postiz.your-server.com"
38
38
FRONTEND_URL : " https://postiz.your-server.com"
39
39
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:
37
37
container_name : postiz
38
38
restart : always
39
39
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 .
41
41
MAIN_URL : " https://postiz.your-server.com"
42
42
FRONTEND_URL : " https://postiz.your-server.com"
43
43
NEXT_PUBLIC_BACKEND_URL : " https://postiz.your-server.com/api"
You can’t perform that action at this time.
0 commit comments