File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ services:
100
100
target : tdm.cisco.com.key
101
101
goaccess :
102
102
image : allinurl/goaccess:latest
103
- command : sh -c "while true; do goaccess --no-global-config --config-file=/srv/data/web.conf && goaccess --no-global-config --config-file=/srv/data/dbms.conf && goaccess --no-global-config --config-file=/srv/data/kibana.conf; sleep 60; done"
103
+ entrypoint : sh -c "while true; do goaccess --no-global-config --config-file=/srv/data/web.conf && goaccess --no-global-config --config-file=/srv/data/dbms.conf && goaccess --no-global-config --config-file=/srv/data/kibana.conf; sleep 60; done"
104
104
networks :
105
105
- backend
106
106
volumes :
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ services:
85
85
- " ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro"
86
86
goaccess :
87
87
image : allinurl/goaccess:latest
88
- command : sh -c "while true; do goaccess --no-global-config --config-file=/srv/data/web.conf && goaccess --no-global-config --config-file=/srv/data/dbms.conf && goaccess --no-global-config --config-file=/srv/data/kibana.conf; sleep 60; done"
88
+ entrypoint : sh -c "while true; do goaccess --no-global-config --config-file=/srv/data/web.conf && goaccess --no-global-config --config-file=/srv/data/dbms.conf && goaccess --no-global-config --config-file=/srv/data/kibana.conf; sleep 60; done"
89
89
networks :
90
90
- backend
91
91
volumes :
You can’t perform that action at this time.
0 commit comments