Skip to content
Snippets Groups Projects
Commit 88217e74 authored by Jan Philipp Timme's avatar Jan Philipp Timme Committed by Elke Kreim
Browse files

Fix port in systemd unit

parent f0cb6b2e
Branches
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ 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
ExecStart=/usr/bin/docker run --rm --name goemaximapool --publish 0.0.0.0:8080:8080 goemaxima:2020120600-dev
[Install]
WantedBy=multi-user.target
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment