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 6, 2023
1 parent 860cf05 commit 1bdf0d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ The following commands require Podman v4.5 or higher and use the new quadlets me
```
printf <PASSWORD> | podman secret create jfx_weblog_key -
curl https://raw.githubusercontent.com/cmason3/jinjafx_server/main/docker/jinjafx.container -Os --create-dirs --output-dir ~/.config/containers/systemd
curl https://raw.githubusercontent.com/cmason3/jinjafx_server/main/docker/jinjafx.container \
-Os --create-dirs --output-dir ~/.config/containers/systemd
systemctl --user daemon-reload
systemctl --user start jinjafx
Expand Down

0 comments on commit 1bdf0d0

Please sign in to comment.