Skip to content

Configuring the initial setup ports/directory? #224

Answered by Xieyt
Mazz33 asked this question in Q&A
Discussion options

You must be logged in to vote

Currently, there is no built in way to have port change or directory change. Feature request issue is always welcome.

Changing directory is not possible in any way as of now, but changing ports is possible and can be done like this

  • Open ~/frappe/services/docker-compose.yml and change ports like this
  global-nginx-proxy:
    container_name: fm_global-nginx-proxy
     image: jwilder/nginx-proxy
     ports:
-    - 80:80
-    - 443:443
+    - 8080:80
+    - 8443:443
  • Then run this command to reflect changes docker compose -f ~/frappe/services/docker-compose.yml up -d

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mazz33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants