mirror of
https://gitlab.com/little-lines/frontend.git
synced 2024-11-10 08:14:24 +00:00
13 lines
239 B
Text
13 lines
239 B
Text
[Unit]
|
|
Description=Little Lines frontend container
|
|
|
|
[Container]
|
|
ContainerName=little-lines-frontend
|
|
Image=localhost/little-lines-frontend
|
|
PublishPort=8081:5173
|
|
|
|
[Service]
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target
|