1 files changed, 2 insertions(+), 2 deletions(-)
M README.md
M README.md => README.md +2 -2
@@ 130,8 130,8 @@ I assume that the damn deploy repository is cloned to `/root/damn-deploy/`.
[Service]
Type=simple
WorkingDirectory=/root/damn-deploy
- ExecStart=/usr/bin/docker-compose -f /root/damn-deploy/server.yml -f /root/damn-deploy/clients.yml up
- ExecStop=/usr/bin/docker-compose -f /root/damn-deploy/server.yml -f /root/damn-deploy/clients.yml down
+ ExecStart=/usr/bin/docker-compose -f /root/damn-deploy/server.yml -f /root/damn-deploy/clients.yml -f /root/damn-deploy/chat.yml up
+ ExecStop=/usr/bin/docker-compose -f /root/damn-deploy/server.yml -f /root/damn-deploy/clients.yml -f /root/damn-deploy/chat.yml down
[Install]
WantedBy=multi-user.target