Update .env and container file examples

This commit is contained in:
Late Night Defender 2024-06-03 16:01:06 +07:00
parent 35265fe807
commit b5fb75e82d
2 changed files with 2 additions and 2 deletions

View 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