container names + restart always
This commit is contained in:
@ -42,7 +42,8 @@ services:
|
||||
|
||||
fluentd:
|
||||
build: ./fluentd
|
||||
container_name: exen-fluentd
|
||||
restart: always
|
||||
container_name: fluentd_elena
|
||||
volumes:
|
||||
- ./fluentd/conf:/fluentd/etc
|
||||
links:
|
||||
@ -55,7 +56,8 @@ services:
|
||||
|
||||
influxdb:
|
||||
image: influxdb:latest
|
||||
container_name: exen-influxdb
|
||||
restart: always
|
||||
container_name: influxdb_elena
|
||||
volumes:
|
||||
- ./influxdb/data:/var/lib/influxdb
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user