Update env and container examples

This commit is contained in:
Late Night Defender 2024-06-03 16:15:17 +07:00
parent f413d01bd9
commit e047f21204
2 changed files with 14 additions and 1 deletions

View file

@ -1,14 +0,0 @@
[Unit]
Description=Little Lines backend container
[Container]
ContainerName=little-lines-backend
Image=localhost/little-lines-backend
PublishPort=5001:5001
Volume= /media/sasha/Data1/Apps/ll-backend/.env:/opt/ll-backend/.env
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target