abyss/docker-compose.yml

11 lines
178 B
YAML
Raw Normal View History

2024-08-19 15:50:17 -03:00
services:
paste:
environment:
URL: "localhost:58080"
build: .
ports:
- "58080:8080"
volumes:
- ./files:/app/files
restart: unless-stopped