Remove extra environment

This commit is contained in:
Manav Rathi
2024-03-18 12:35:18 +05:30
parent 5ee878c30e
commit d8347c3976
5 changed files with 15 additions and 15 deletions

View File

@@ -10,7 +10,8 @@ ExecStartPre=docker pull rg.fr-par.scw.cloud/ente/museum-prod
ExecStartPre=-docker stop museum
ExecStartPre=-docker rm museum
ExecStart=docker run --name museum \
-e ENVIRONMENT=proxy \
-e ENVIRONMENT=production \
-e ENTE_HTTP-USE_TLS=0 \
--hostname "%H" \
-p 8080:8080 \
-p 2112:2112 \