# Otterwiki ## compose.yml ```yaml --- services: otterwiki: image: redimp/otterwiki:2 restart: unless-stopped ports: - 8083:80 volumes: - ./app-data:/app-data ```