10 lines
194 B
YAML
10 lines
194 B
YAML
---
|
|
services:
|
|
enstrayedapi:
|
|
build:
|
|
context: .
|
|
image: enstrayedapi
|
|
container_name: enstrayedapi
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config.json:/app/config.json |