There was an error while loading. Please reload this page.
1 parent a29f9a7 commit d0b69b5Copy full SHA for d0b69b5
.github/PULL_REQUEST_TEMPLATE
@@ -2,7 +2,7 @@ Closes #
2
3
_Briefly describe your proposed changes:_
4
5
- - [ ] CHANGELOG.md updated
6
- - [ ] Rebased/mergeable
7
- - [ ] Tests pass
8
- - [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
+- [ ] CHANGELOG.md updated
+- [ ] Rebased/mergeable
+- [ ] Tests pass
+- [ ] Sign [CLA](https://influxdata.com/community/cla/) (if not already signed)
Scripts/influxdb-restart.sh
@@ -58,7 +58,7 @@ echo
58
# InfluxDB
59
#
60
61
-docker pull --platform linux ${INFLUXDB_IMAGE} || true
+docker pull ${INFLUXDB_IMAGE} || true
62
docker run \
63
--detach \
64
--name influxdb \
0 commit comments