remove compose section from readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-12-30 17:17:20 +01:00
parent 2794b56109
commit 69f069e6c4
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 1 additions and 28 deletions

View File

@ -27,33 +27,6 @@ docker create \
thegeeklab/kanboard
```
### Docker Compose
Compatible with docker-compose v2 schemas.
```Yaml
---
version: '3'
services:
kanboard:
container_name: kanboard
image: thegeeklab/kanboard:latest
ports:
- "80:8080"
volumes:
- kanboard_data:/var/www/app/data
- kanboard_plugins:/var/www/app/plugins
environment:
KANBOARD_PLUGIN_INSTALLER: "true"
volumes:
kanboard_data:
driver: local
kanboard_plugins:
driver: local
```
## Environment variables
### Kanboard

View File

@ -4,7 +4,7 @@ version: '3'
services:
kanboard:
container_name: kanboard
image: thegeeklab/kanboard:latest@sha256:3b0b9f10b77d9fd202f73fe0c65cdc7d25d9d8a1c34b1c0075ee69e3907eba07
image: thegeeklab/kanboard
ports:
- "80:8080"
volumes: