PhyrePanel/web/thirdparty/filegator/docker-compose.yml
2024-04-05 11:30:27 +03:00

15 lines
268 B
YAML
Executable file

version: '2'
services:
filegator:
build: .
image: filegator:latest
restart: always
ports:
- "8080:8080"
volumes:
- repository:/var/www/filegator/repository
- private:/var/www/filegator/private
volumes:
repository:
private: