Update README.md
This commit is contained in:
parent
30e5925fa2
commit
66c3b6076f
1 changed files with 2 additions and 2 deletions
|
@ -111,14 +111,14 @@ sudo nano /etc/systemd/system/docker-composer.service
|
|||
2. Add the following content:
|
||||
```ini
|
||||
[Unit]
|
||||
Description=Docker Composer Container Management
|
||||
Description=Maestro Docker Container Orchestration
|
||||
After=docker.service
|
||||
Requires=docker.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/path/to/composer.py
|
||||
WorkingDirectory=/path/to/docker-composer
|
||||
WorkingDirectory=/path/to/maestro
|
||||
User=your-user
|
||||
Group=docker
|
||||
|
||||
|
|
Loading…
Reference in a new issue