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:
|
2. Add the following content:
|
||||||
```ini
|
```ini
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Docker Composer Container Management
|
Description=Maestro Docker Container Orchestration
|
||||||
After=docker.service
|
After=docker.service
|
||||||
Requires=docker.service
|
Requires=docker.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/path/to/composer.py
|
ExecStart=/path/to/composer.py
|
||||||
WorkingDirectory=/path/to/docker-composer
|
WorkingDirectory=/path/to/maestro
|
||||||
User=your-user
|
User=your-user
|
||||||
Group=docker
|
Group=docker
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue