Skip to content
Snippets Groups Projects
Commit 5fcd6369 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Use VIRTUAL_HOST

parent 48473900
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ TimeoutStopSec=15
EnvironmentFile=-/data/domains/%i/env
WorkingDirectory=/data/domains/%i/
ExecStartPre=-/opt/bin/docker-compose rm -f
ExecStart=/bin/bash -euxc "HOST=%i /opt/bin/docker-compose up"
ExecStart=/bin/bash -euxc "VIRTUAL_HOST=%i /opt/bin/docker-compose up"
ExecStop=/opt/bin/docker-compose stop
[Install]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment