filehandler/compose.yml
2024-09-18 22:13:25 +03:00

8 lines
141 B
YAML

services:
web:
build: .
ports:
- "48723:48723"
volumes:
- /mnt/storage/files:/app/files
restart: unless-stopped