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

@ -4,8 +4,8 @@ Description=Little Lines frontend container
[Container] [Container]
ContainerName=little-lines-frontend ContainerName=little-lines-frontend
Image=localhost/little-lines-frontend Image=localhost/little-lines-frontend
PublishPort=8081:5173 PublishPort=5173:5173
Volume=/media/sasha/Data1/Apps/ll-frontend/.env:/opt/little-lines-frontend/.env Volume=/path/to/env:/opt/little-lines-frontend/.env
[Service] [Service]
Restart=always Restart=always