Skip to content

Commit 323c841

Browse files
committed
feat: added ldap discovery
1 parent efd60dd commit 323c841

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

imageroot/systemd/user/erp-next.service

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/erp-next.pid \
2424
--pod-id-file %t/erp-next.pod-id \
2525
--name erp-next \
2626
--publish 127.0.0.1:${TCP_PORT}:8080 \
27-
--replace
27+
--replace \
28+
--network=slirp4netns:allow_host_loopback=true \
29+
--add-host=accountprovider:10.0.2.2
2830
ExecStart=/usr/bin/podman pod start --pod-id-file %t/erp-next.pod-id
2931
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/erp-next.pod-id -t 10
3032
ExecStopPost=/usr/bin/podman pod rm --ignore -f --pod-id-file %t/erp-next.pod-id

0 commit comments

Comments
 (0)