Split docker-compose.yml into one file per service
This commit is contained in:
9
docker-compose.influxdb.yml
Normal file
9
docker-compose.influxdb.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
influxdb:
|
||||
container_name: influxdb
|
||||
image: influxdb:2.3.0
|
||||
ports:
|
||||
- 8086:8086
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /opt/influxdb:/var/lib/influxdb2
|
||||
Reference in New Issue
Block a user