From 8edcba82ec09ac34c1e11b83989d38f40bb6570b Mon Sep 17 00:00:00 2001 From: Jan Philipp Timme <jan.philipp@timme.it> Date: Sun, 7 Mar 2021 15:11:33 +0100 Subject: [PATCH] Fix port in systemd unit --- goemaxima.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/goemaxima.service b/goemaxima.service index 7ce7d72..7558fec 100644 --- a/goemaxima.service +++ b/goemaxima.service @@ -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 \ No newline at end of file +WantedBy=multi-user.target -- GitLab