Update .env and container file examples
This commit is contained in:
parent
35265fe807
commit
b5fb75e82d
2 changed files with 2 additions and 2 deletions
14
little-lines-frontend.container.example
Normal file
14
little-lines-frontend.container.example
Normal file
|
@ -0,0 +1,14 @@
|
|||
[Unit]
|
||||
Description=Little Lines frontend container
|
||||
|
||||
[Container]
|
||||
ContainerName=little-lines-frontend
|
||||
Image=localhost/little-lines-frontend
|
||||
PublishPort=5173:5173
|
||||
Volume=/path/to/env:/opt/little-lines-frontend/.env
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target default.target
|
Loading…
Add table
Add a link
Reference in a new issue