diff --git a/Doku/docker-compose.yaml b/Doku/docker-compose.yaml index 1d251c3..400ec20 100644 --- a/Doku/docker-compose.yaml +++ b/Doku/docker-compose.yaml @@ -1,7 +1,7 @@ services: - doku: - image: amerkurev/doku:latest + app: container_name: doku + image: amerkurev/doku:latest volumes: - /var/run/docker.sock:/var/run/docker.sock:ro - /:/hostroot:ro