Skip to content

Commit

Permalink
move to docker tag 1.7-alpine (currently InfluxDB 1.7.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Holloway committed Jan 28, 2020
1 parent 13350d1 commit 68ac39f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-swarmstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ volumes:
# https://docs.influxdata.com/influxdb/v1.7/administration/config
services:
influxdb:
image: influxdb:1.7.7-alpine
image: influxdb:1.7-alpine
environment:
- INFLUXDB_ADMIN_ENABLED=true
- INFLUXDB_ADMIN_USER=${INFLUXDB_ADMIN_USER:-admin}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.4"
# https://docs.influxdata.com/influxdb/v1.7/administration/config
services:
influxdb:
image: influxdb:1.7.7-alpine
image: influxdb:1.7-alpine
environment:
- INFLUXDB_ADMIN_ENABLED=true
- INFLUXDB_ADMIN_USER=${INFLUXDB_ADMIN_USER:-admin}
Expand Down

0 comments on commit 68ac39f

Please sign in to comment.