diff --git a/README.md b/README.md index d416f0a..3cca631 100644 --- a/README.md +++ b/README.md @@ -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