从新提交到gitee 仓库
This commit is contained in:
16
docker/ragflow.service
Normal file
16
docker/ragflow.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Ragflow docker Service
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/docker compose -f docker-compose.yml up -d
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
User=ubuntu
|
||||
WorkingDirectory=/home/ubuntu/ragflow/docker
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user