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

15 lines
291 B
Plaintext
Raw 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=5173:5173
Volume=/path/to/env:/opt/little-lines-frontend/.env
2023-11-12 09:42:46 +00:00
[Service]
Restart=always
[Install]
WantedBy=multi-user.target default.target