12 lines
216 B
YAML
Executable File
12 lines
216 B
YAML
Executable File
version: '3'
|
|
|
|
services:
|
|
filegator:
|
|
container_name: filegator
|
|
image: filegator/filegator
|
|
restart: always
|
|
ports:
|
|
- "8580:8080"
|
|
volumes:
|
|
- ${STORAGE_DIR}/:/var/www/filegator/repository
|