webdict/compose.yml
2025-04-06 12:31:57 -05:00

9 lines
No EOL
219 B
YAML

services:
webdict:
build:
dockerfile: Dockerfile
ports:
- "37701:8000" # Will listen on port 65193, change that number to change the port
restart: unless-stopped
volumes:
- ./app:/app