txtdot/docker-compose.yml
2023-08-28 12:34:48 +04:00

13 lines
226 B
YAML

version: "3"
services:
txtdot:
image: darkcat09/txtdot:latest
restart: unless-stopped
network_mode: host
environment:
- HOST=127.0.0.1
- PORT=8080
- REVERSE_PROXY=true
# env_file: .env