mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge pull request #1162 from appwrite/fix-docker-influx
fix(docker): influxdb image
This commit is contained in:
commit
c257c20570
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ services:
|
|||
# - appwrite-uploads:/storage/uploads
|
||||
|
||||
influxdb:
|
||||
image: influxdb:1.8-alpine
|
||||
image: appwrite/influxdb:1.0.0
|
||||
container_name: appwrite-influxdb
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Reference in a new issue