[Unit]
Description={description}
# Author = {author}
Requires=docker.service
After=docker.service

[Service]
Restart=always
ExecStart={dc} -f {file} up --no-recreate
ExecStop={dc} -f {file} stop

[Install]
WantedBy=multi-user.target
