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 7, 2023
1 parent 49c4b91 commit 746dd3e
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 @@ -11,7 +11,7 @@ mkdir ~/logs
touch ~/logs/jinjafx.log
```

The following commands require Podman v4.5 or higher and use the new quadlets method of deploying containers via systemd. We are also passing through the `JFX_WEBLOG_KEY` as an environment variable that is stored as a Podman Secret.
The following commands require Podman v4.5 or higher and use the new quadlets method of deploying containers via systemd. We are also passing through the `JFX_WEBLOG_KEY` environment variable that is stored as a Podman Secret.

```
printf <PASSWORD> | podman secret create jfx_weblog_key -
Expand Down

0 comments on commit 746dd3e

Please sign in to comment.