ip-echo/docker-compose.yml

15 lines
286 B
YAML
Raw Normal View History

2019-10-06 08:18:49 +02:00
version: '2'
services:
ip-echo:
image: poma/ip-echo
environment:
# VIRTUAL_HOST: ip.tornado.cash
# LETSENCRYPT_HOST: ip.tornado.cash
VIRTUAL_HOST: ip.poma.in
LETSENCRYPT_HOST: ip.poma.in
networks:
default:
external:
name: frontend_default