mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 20:56:53 +00:00
Update .env and container file examples
This commit is contained in:
parent
35265fe807
commit
b5fb75e82d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue