filegator/docker-compose.yml
2023-01-25 13:40:32 +01:00

16 lines
268 B
YAML

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: