12 lines
222 B
YAML
12 lines
222 B
YAML
version: '3'
|
|
|
|
services:
|
|
filegator:
|
|
container_name: filegator
|
|
image: filegator/filegator
|
|
restart: always
|
|
ports:
|
|
- "8080:8080"
|
|
volumes:
|
|
- /mnt/fileserver/files:/var/www/filegator/repository
|