LJ
LJ
DDokploy
Created by Daniel Tan on 8/16/2024 in #help
access dokploy service on localhost with WSL2
Thanks @sptzk I have got it working. Actually, the port setting in the docker compose need to be [host port]:[container port]. So in this Wordpress instance using your example, the port should be 8050:80. However, in the Domain settings of the project, port needs to be set as 80 and host is set to be localhost in my case. for those who are having similar question on this. here is my example in docker compose. wordpress: image: wordpress:latest ports: - 8050:80 restart: always
6 replies
DDokploy
Created by Daniel Tan on 8/16/2024 in #help
access dokploy service on localhost with WSL2
hi folks, i have exactly same issue. tried to add a Wordpress template into my Dokploy local instance with WSL and ubuntu. but I added the port in compose file like 80:8081 (or 8081:80) but it doesn't local the page. it also created a MySql db docker container, how to setup this correctly? please provide more in details how to access different services in Dokploy on localhost.
6 replies