13 lines
257 B
YAML
13 lines
257 B
YAML
version: '2'
|
|
|
|
services:
|
|
bitch:
|
|
container_name: bitch
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
restart: "no"
|
|
ports:
|
|
- 8080:8080
|
|
volumes:
|
|
- ./config:/srv/bitch/config |