Skip to content

Commit

Permalink
Correct healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Faircloth committed Jun 28, 2019
1 parent 7d249e9 commit f542add
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
links:
- splunk
sc4s:
image: rfaircloth/scs:develop
build: ./package
hostname: sc4s
ports:
Expand Down
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ ENV SPLUNK_CONNECT_METHOD=UF

ENTRYPOINT ["/sbin/entrypoint.sh", "--"]

HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /goss/goss.yaml validate
HEALTHCHECK --interval=1s --timeout=6s CMD source scl_source enable rh-python36 ;goss -g /goss/goss.yml validate
4 changes: 0 additions & 4 deletions package/goss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ port:
ip:
- 0.0.0.0
udp:514:
listening: true
ip:
- 0.0.0.0
tcp:6514:
listening: true
ip:
- 0.0.0.0

0 comments on commit f542add

Please sign in to comment.