I am new to metasfresh. I have installed the docker successfully and cloned the docker compose file.
I am in the 2nd step and need some help setting the the docker host and editing the docker compose.yml file as per your instructions. How do i edit this file and what externally available hostname i can put. I have it installed on my local PC,
Comment out and replace http://example.com:8080
with an externally available hostname and port of the docker host.
vi ./metasfresh-docker/docker-compose.yml
...
#environment:
#- WEBAPI_URL=http://example.com:8080
...
Note: Port
:8080
is only necessary if another port should be used as port 80.
See also: How do I change the WebUI ports for metasfresh-Docker?