Add: docker-compose file

This commit is contained in:
Aroy-Art 2024-06-21 21:49:06 +02:00
parent 36fc0140cc
commit 4a16fe5417
Signed by: Aroy
GPG key ID: DB9689E9391DD156

11
docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
version: "3"
services:
nginx-file-browser:
build:
context: .
dockerfile: Dockerfile
ports:
- 8080:80
volumes:
- ./:/opt/www/files/
image: git.aroy-art.com/aroy/nginx-file-browser