Skip to content

Commit 8e10f1f

Browse files
authored
Merge pull request #34 from mrmarkuz/patch-1
Allow host loopback NethServer/dev#7197
2 parents ebddf8a + 7795fe1 commit 8e10f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imageroot/systemd/user/collabora.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ ExecStartPre=/bin/rm -f %t/collabora.pid %t/collabora.ctr-id
1111
ExecStart=/usr/bin/podman run --conmon-pidfile %t/collabora.pid \
1212
--cidfile %t/collabora.ctr-id --cgroups=no-conmon \
1313
--replace -d --name collabora --cap-add MKNOD \
14+
--network=slirp4netns \
1415
--env aliasgroup2=https://${TRAEFIK_HOST}:443 \
1516
--env username=admin \
1617
--env-file=%S/state/password.env \

0 commit comments

Comments
 (0)