Renormalize
This commit is contained in:
parent
a4d40df5cd
commit
68906c249a
@ -1,13 +1,13 @@
|
||||
[Unit]
|
||||
Description=Portainer container deployment service
|
||||
Type=simple
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/docker/compose/portainer
|
||||
ExecStart=docker-compose up
|
||||
ExecStop=docker-compose down
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
[Unit]
|
||||
Description=Portainer container deployment service
|
||||
Type=simple
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/docker/compose/portainer
|
||||
ExecStart=docker-compose up
|
||||
ExecStop=docker-compose down
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
@ -1,13 +1,13 @@
|
||||
[Unit]
|
||||
Description=Yacht container deployment service
|
||||
Type=simple
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/docker/compose/yacht
|
||||
ExecStart=docker-compose up
|
||||
ExecStop=docker-compose down
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
[Unit]
|
||||
Description=Yacht container deployment service
|
||||
Type=simple
|
||||
|
||||
[Service]
|
||||
WorkingDirectory=/docker/compose/yacht
|
||||
ExecStart=docker-compose up
|
||||
ExecStop=docker-compose down
|
||||
Restart=on-failure
|
||||
RestartSec=5s
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
Loading…
x
Reference in New Issue
Block a user