Init borgbackup based backup solution for home server
This commit is contained in:
9
docker/influx/start.sh
Executable file
9
docker/influx/start.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run \
|
||||
--detach \
|
||||
--publish 8086:8086 \
|
||||
--volume /srv/influx:/var/lib/influxdb2 \
|
||||
--restart unless-stopped \
|
||||
--name influx \
|
||||
influxdb:latest
|
Reference in New Issue
Block a user