9 lines
145 B
YAML
9 lines
145 B
YAML
|
services:
|
||
|
habraview:
|
||
|
image: habraview:latest
|
||
|
build: .
|
||
|
container_name: habraview
|
||
|
restart: always
|
||
|
ports:
|
||
|
- '8888:8888'
|