docker build -f Dockerfile.linux -t otrs-linux .
docker build --build-arg VERSION=6.0.41 -t otrs .
docker-compose up -d
docker-compose down
Visit OTRS Installer
- Accept terms & conditions
- Use existing DB (otrs, 23e117b59bf1d)
- (Skip Email-configuration) or setup
- Make sure to remember generated root password
docker exec otrs su -c "/opt/otrs/bin/otrs.Daemon.pl start" -s /bin/bash otrs
docker exec otrs su -c "/opt/otrs/bin/Cron.sh start" -s /bin/bash otrs