This repository has been archived on 2024-07-10. You can view files and clone it, but cannot push or open issues or pull requests.
frontend/little-lines-frontend.container

15 lines
319 B
Plaintext
Raw Permalink Normal View History

2023-11-12 09:42:46 +00:00
[Unit]
Description=Little Lines frontend container
[Container]
ContainerName=little-lines-frontend
Image=localhost/little-lines-frontend
PublishPort=8081:5173
2023-12-06 15:13:26 +00:00
Volume=/media/sasha/Data1/Apps/ll-frontend/.env:/opt/little-lines-frontend/.env
2023-11-12 09:42:46 +00:00
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target