Explorar el Código

Run update.sh

Docker Library Bot hace 3 años
padre
commit
0618601bb8
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      influxdb/README.md

+ 2 - 1
influxdb/README.md

@@ -158,7 +158,8 @@ $ docker exec influxdb2 influx setup \
       --username $USERNAME \
       --username $USERNAME \
       --password $PASSWORD \
       --password $PASSWORD \
       --org $ORGANIZATION \
       --org $ORGANIZATION \
-      --bucket $BUCKET
+      --bucket $BUCKET \
+      --force
 ```
 ```
 
 
 Running setup from within the container will cause CLI configs to be written to `/etc/influxdb2/influx-configs`. You can then use the `influx` CLI from within the container to extract the generated admin token:
 Running setup from within the container will cause CLI configs to be written to `/etc/influxdb2/influx-configs`. You can then use the `influx` CLI from within the container to extract the generated admin token: