docker files moved to root

This commit is contained in:
Milos Stojanovic
2022-09-19 20:47:29 +02:00
parent 5907531184
commit e86aaf958d
2 changed files with 0 additions and 0 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '2'
services:
filegator:
build: .
image: filegator:latest
restart: always
ports:
- "8080:80"
volumes:
- repository:/var/www/filegator/repository
- private:/var/www/filegator/private
volumes:
repository:
private: