Skip to content
Snippets Groups Projects
Commit f63c88d4 authored by Jan Philipp Timme's avatar Jan Philipp Timme
Browse files

Add systemd unit file for goemaxima

parent ec450b2d
No related branches found
No related tags found
No related merge requests found
[Unit]
Description=GoeMaximaPool Docker Image Thing
After=network-online.target
Wants=network-online.target
After=remote-fs.target
[Service]
ExecStartPre=-/usr/bin/docker kill goemaximapool
ExecStart=/usr/bin/docker run --rm --name goemaximapool --publish 0.0.0.0:8080:80 goemaxima:2020120600-dev
[Install]
WantedBy=multi-user.target
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment