Skip to content

Commit

Permalink
feat: updated to port 3000
Browse files Browse the repository at this point in the history
  • Loading branch information
kemboi22 committed Jun 27, 2024
1 parent e62460c commit 5f51041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/systemd/user/formbricks.service
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ExecStartPre=/bin/rm -f %t/formbricks.pid %t/formbricks.pod-id
ExecStartPre=/usr/bin/podman pod create --infra-conmon-pidfile %t/formbricks.pid \
--pod-id-file %t/formbricks.pod-id \
--name formbricks \
--publish 127.0.0.1:${TCP_PORT}:80 \
--publish 127.0.0.1:${TCP_PORT}:3000 \
--replace
ExecStart=/usr/bin/podman pod start --pod-id-file %t/formbricks.pod-id
ExecStop=/usr/bin/podman pod stop --ignore --pod-id-file %t/formbricks.pod-id -t 10
Expand Down

0 comments on commit 5f51041

Please sign in to comment.