[Unit] Description=fxreader.online-service Requires=docker.service After=docker.service [Service] #Type=oneshot ExecStart=/usr/bin/docker compose up --force-recreate --remove-orphans ExecStop=/usr/bin/docker compose down WorkingDirectory={{PROJECT_ROOT}} StandardOutput=null StandardError=null Restart=always [Install] WantedBy=multi-user.target