Add: docker-compose file
This commit is contained in:
parent
36fc0140cc
commit
4a16fe5417
1 changed files with 11 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal 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
|
Loading…
Reference in a new issue