Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 authored Dec 5, 2023
1 parent a61ff5b commit fd93de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ printf <PASSWORD> | podman secret create jfx_weblog_key -
cp jinjafx.container /etc/containers/systemd/
systemctl daemon-reload
systemctl enable --now jinjafx
systemctl start jinjafx
```

Once the `jinjafx` container is running you should be able to point your browser at http://127.0.0.1:8080 and it will be passed through to the JinjaFx Server (although the preferred approach is running HAProxy in front of JinjaFx Server so it can deal with TLS termination with HTTP/2 or HTTP/3).

0 comments on commit fd93de2

Please sign in to comment.