remove unnecessary entrypoint for new geth image

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-01-21 16:49:52 +01:00
parent 8dc4ca59b3
commit a13cfbfe8c
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@
state: '{{ cont_state }}'
recreate: '{{ cont_recreate }}'
restart: '{{ cont_restart }}'
entrypoint: '/geth'
# enable image updates via watchtower
labels:
com.centurylinklabs.watchtower.enable: 'true'