txtdot/docker-compose.yml

11 lines
171 B
YAML
Raw Permalink Normal View History

version: '3'
2023-08-28 11:34:48 +03:00
services:
txtdot:
image: ghcr.io/txtdot/txtdot:latest
2023-08-28 22:15:13 +03:00
ports:
- '8080:8080'
2023-08-28 11:34:48 +03:00
restart: unless-stopped
volumes:
- '.env:/app/.env'