mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-21 15:36:52 +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]
|
||||
ContainerName=little-lines-frontend
|
||||
Image=localhost/little-lines-frontend
|
||||
PublishPort=8081:5173
|
||||
Volume=/media/sasha/Data1/Apps/ll-frontend/.env:/opt/little-lines-frontend/.env
|
||||
PublishPort=5173:5173
|
||||
Volume=/path/to/env:/opt/little-lines-frontend/.env
|
||||
|
||||
[Service]
|
||||
Restart=always
|
Loading…
Reference in a new issue