LandisPlusGyr

From Geitenpad
Revision as of 21:12, 8 November 2019 by Rijk (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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