Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbd0d270

Browse files
committed
Change goaccess command -> entrypoint
1 parent8d1fe5d commitbd0d270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎docker-compose.https.yml‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp