container names + restart always
This commit is contained in:
parent
10559e7980
commit
d367ba2b25
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user