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 9a61035 commit f88ad3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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` 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 we store as a Podman Secret.

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

0 comments on commit f88ad3a

Please sign in to comment.