removed MGID
This commit is contained in:
parent
85f1d13c55
commit
f6f314f1a6
|
@ -45,7 +45,6 @@ services:
|
||||||
- ${APP_PORT}:3000
|
- ${APP_PORT}:3000
|
||||||
environment:
|
environment:
|
||||||
- MB_DB_FILE=/data/metabase.db
|
- MB_DB_FILE=/data/metabase.db
|
||||||
- MGID=${GID-1000}
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- crowdsec
|
- crowdsec
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -19,6 +19,10 @@ Since the API Key needs to be generated after the initial start, you must provid
|
||||||
|
|
||||||
After you started the app, head to a console and use
|
After you started the app, head to a console and use
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker exec -t crowdsec cscli bouncers add crowdsec-bouncer-traefik
|
||||||
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# docker exec -t crowdsec cscli bouncers add crowdsec-bouncer-traefik
|
# docker exec -t crowdsec cscli bouncers add crowdsec-bouncer-traefik
|
||||||
API key for 'crowdsec-bouncer-traefik':
|
API key for 'crowdsec-bouncer-traefik':
|
||||||
|
|
Loading…
Reference in New Issue
Block a user