11 lines
228 B
YAML
11 lines
228 B
YAML
version: '3'
|
|
services:
|
|
toonat-test:
|
|
image: damination:1.0
|
|
container_name: damination
|
|
ports:
|
|
- "8115:80"
|
|
volumes:
|
|
- ./data/config:/app/config
|
|
- ./data/logs:/app/logs
|
|
restart: unless-stopped |