diff --git a/docker-compose.yml b/docker-compose.yml index 09ffe74..369afe7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,10 +7,11 @@ services: environment: # VIRTUAL_HOST: ip.tornado.cash # LETSENCRYPT_HOST: ip.tornado.cash + # VIRTUAL_PORT: 3000 VIRTUAL_HOST: ip.tornado.cash LETSENCRYPT_HOST: ip.tornado.cash -# networks: -# default: -# external: -# name: frontend_default \ No newline at end of file +networks: + default: + external: + name: frontend_default \ No newline at end of file