Skip to content

Commit

Permalink
fix: enable host loopback for collabora service network
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl committed Dec 5, 2024
1 parent ebddf8a commit 638cd61
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
Expand Up @@ -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:allow_host_loopback=true \
--env aliasgroup2=https://${TRAEFIK_HOST}:443 \
--env username=admin \
--env-file=%S/state/password.env \
Expand Down

0 comments on commit 638cd61

Please sign in to comment.