deleted: auto_restart_services/docker-compose-up.service
delete auto restart servcie, becouse it stop and delete into server:depricated
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
[Unit]
|
||||
Description=Docker Compose Up nginx and certbot into background ad daemon
|
||||
Requires=docker.service
|
||||
After=docker.service
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
WorkingDirectory=/home/gaziz/artefacts/tp/serv_nginx/
|
||||
ExecStart=docker compose up -d
|
||||
ExecStop=/usr/local/docker compose down
|
||||
TimeoutSec=600
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user