[server] Fix the dependency on nginx (#1143)

Noticed during the recent deployment.
This commit is contained in:
Manav Rathi
2024-03-19 10:35:42 +05:30
committed by GitHub
2 changed files with 1 additions and 1 deletions

View File

@@ -2,7 +2,6 @@
Documentation=https://www.docker.com/blog/how-to-use-the-official-nginx-docker-image/
Requires=docker.service
After=docker.service
Requires=nginx.service
[Install]
WantedBy=multi-user.target

View File

@@ -3,6 +3,7 @@ Documentation=https://github.com/ente-io/ente/tree/main/server#readme
Requires=docker.service
After=docker.service
Requires=nginx.service
After=nginx.service
[Service]
Restart=on-failure