Skip to content

Commit

Permalink
fix compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pertsev committed Dec 5, 2019
1 parent fabdf77 commit 74dbac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
restart: always
environment:
NODE_ENV: production
VIRTUAL_HOST: mainnet.tornado.cash
LETSENCRYPT_HOST: mainnet.tornado.cash
VIRTUAL_HOST: <YOUR_SUBDOMAIN>.tornado.cash
LETSENCRYPT_HOST: <YOUR_SUBDOMAIN>.tornado.cash
env_file: ./.env

networks:
Expand Down

0 comments on commit 74dbac9

Please sign in to comment.