Forum OpenACS Development: Re: Docker NaviServer and OpenACS suite on GitHub

Collapse
Posted by Brian Fenton on
Just to confirm that I got this working on Windows 11 running under WSL. I had to change the ipaddress to 0.0.0.0 and ports to 8080 and 8443 in docker-compose.yaml. Apart from that it worked flawlessly.

Here's the steps to get it running:
cd /web
git clone https://github.com/gustafn/docker-ns.git
cd docker-ns/examples/oacs-db-inclusive
code .
Edit docker-compose.yaml
I had to change the ipaddress to 0.0.0.0 and ports to 8080 and 8443
docker compose up -d

Runs on https://localhost:8443/

Thanks again Gustaf!
Brian

Collapse
Posted by Gustaf Neumann on
Hi Brian, Good news, thanks for letting us know!

Actually, you do not have to edit the docker-compoose file, but you can set your configuration variables. This eases later upgrades, since you do not have to remember, what you have originally changed.