Skip to content

Commit 17cf30c

Browse files
committed
fix(https-server): use ``
1 parent 4ca9a0d commit 17cf30c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deployments/prod/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
pixel-battle: true
1616
deployment: prod
1717
volumes:
18-
- /etc/letsencrypt/live/{$DOMAIN}:/mnt/ssl
18+
- /etc/letsencrypt/live/${DOMAIN}:/mnt/ssl
1919
depends_on:
2020
backend:
2121
condition: service_healthy

0 commit comments

Comments
 (0)