mirror of
https://github.com/TxtDot/webder.git
synced 2024-11-05 13:13:59 +03:00
10 lines
171 B
YAML
10 lines
171 B
YAML
version: '3'
|
|
|
|
services:
|
|
txtdot:
|
|
image: ghcr.io/txtdot/webder:latest
|
|
ports:
|
|
- '8080:8080'
|
|
restart: unless-stopped
|
|
volumes:
|
|
- '.env:/app/.env'
|