Skip to content

Commit d0f9c2c

Browse files
committed
Change goaccess command -> entrypoint
1 parent 8d1fe5d commit d0f9c2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.https.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ services:
100100
target: tdm.cisco.com.key
101101
goaccess:
102102
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"
104104
networks:
105105
- backend
106106
volumes:

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ services:
8585
- "./nginx/nginx.conf:/etc/nginx/nginx.conf:ro"
8686
goaccess:
8787
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"
8989
networks:
9090
- backend
9191
volumes:

0 commit comments

Comments
 (0)