Skip to content

Commit

Permalink
Create jinjafx.container
Browse files Browse the repository at this point in the history
  • Loading branch information
cmason3 committed Dec 5, 2023
1 parent 670eb3c commit ee2c683
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docker/jinjafx.container
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[Unit]
Description=JinjaFx Server

[Container]
ContainerName=jinjafx
Image=docker.io/cmason3/jinjafx_server:latest
Volume=/var/log/jinjafx.log:/var/log/jinjafx.log:Z
Exec=-logfile /var/log/jinjafx.log
PublishPort=8080
LogDriver=none

[Service]
TimeoutStartSec=300
Restart=always

0 comments on commit ee2c683

Please sign in to comment.