LandisPlusGyr: Difference between revisions

From Geitenpad
Jump to navigation Jump to search
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 14:34, 5 January 2025

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