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.example
2024-06-03 16:01:06 +07:00

15 lines
291 B
Plaintext

[Unit]
Description=Little Lines frontend container
[Container]
ContainerName=little-lines-frontend
Image=localhost/little-lines-frontend
PublishPort=5173:5173
Volume=/path/to/env:/opt/little-lines-frontend/.env
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target