Skip to content

Commit

Permalink
Merge pull request #34 from mrmarkuz/patch-1
Browse files Browse the repository at this point in the history
Allow host loopback NethServer/dev#7197
stephdl authored Dec 5, 2024
2 parents ebddf8a + 7795fe1 commit 8e10f1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imageroot/systemd/user/collabora.service
Original file line number Diff line number Diff line change
@@ -11,6 +11,7 @@ ExecStartPre=/bin/rm -f %t/collabora.pid %t/collabora.ctr-id
ExecStart=/usr/bin/podman run --conmon-pidfile %t/collabora.pid \
--cidfile %t/collabora.ctr-id --cgroups=no-conmon \
--replace -d --name collabora --cap-add MKNOD \
--network=slirp4netns \
--env aliasgroup2=https://${TRAEFIK_HOST}:443 \
--env username=admin \
--env-file=%S/state/password.env \

0 comments on commit 8e10f1f

Please sign in to comment.