10 lines
168 B
YAML
10 lines
168 B
YAML
services:
|
|
otterwiki:
|
|
image: redimp/otterwiki:2
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8083:80
|
|
volumes:
|
|
- /mnt/ssd/dbs/otter/app-data:/app-data
|
|
|