first
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
bhs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: black_hole_share
|
||||
volumes:
|
||||
- ./data:/data
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
environment:
|
||||
- TZ="Europe/Rome"
|
||||
tty: true
|
||||
stdin_open: true
|
||||
ports:
|
||||
- "8080:80"
|
||||
Reference in New Issue
Block a user