remove compose section from readme
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
2794b56109
commit
69f069e6c4
27
README.md
27
README.md
@ -27,33 +27,6 @@ docker create \
|
|||||||
thegeeklab/kanboard
|
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
|
## Environment variables
|
||||||
|
|
||||||
### Kanboard
|
### Kanboard
|
||||||
|
@ -4,7 +4,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
kanboard:
|
kanboard:
|
||||||
container_name: kanboard
|
container_name: kanboard
|
||||||
image: thegeeklab/kanboard:latest@sha256:3b0b9f10b77d9fd202f73fe0c65cdc7d25d9d8a1c34b1c0075ee69e3907eba07
|
image: thegeeklab/kanboard
|
||||||
ports:
|
ports:
|
||||||
- "80:8080"
|
- "80:8080"
|
||||||
volumes:
|
volumes:
|
||||||
|
Reference in New Issue
Block a user