LandisPlusGyr
Jump to navigation
Jump to search
Create network to let landisplusgyr communicatie with mysql on host via 192.168.5.1 (which is thus mapped to ppl)
docker network create -d bridge --subnet 192.168.5.0/24 --gateway 192.168.5.1 landisplusgyrnet
Build image (image is based on tomcat because I cannot get contextpath set correctly)
docker build . -t landisplusgyr
Bring container up
docker-compose -f app.yml up