fix entrypoint
This commit is contained in:
parent
5fcc4382e8
commit
71b63e04a4
@ -44,9 +44,9 @@ services:
|
|||||||
target: /etc/GeoIP.conf
|
target: /etc/GeoIP.conf
|
||||||
mode: 0555
|
mode: 0555
|
||||||
- source: entrypoint
|
- source: entrypoint
|
||||||
entrypoint: /custom-entrypoint.sh
|
target: /custom-entrypoint.sh
|
||||||
mode: 0555
|
mode: 0555
|
||||||
# entrypoint: /custom-entrypoint.sh
|
entrypoint: /custom-entrypoint.sh
|
||||||
secrets:
|
secrets:
|
||||||
- db_password
|
- db_password
|
||||||
- secret_key
|
- secret_key
|
||||||
@ -101,9 +101,9 @@ services:
|
|||||||
- "geoip_data:/var/lib/GeoIP"
|
- "geoip_data:/var/lib/GeoIP"
|
||||||
configs:
|
configs:
|
||||||
- source: entrypoint
|
- source: entrypoint
|
||||||
entrypoint: /custom-entrypoint.sh
|
target: /custom-entrypoint.sh
|
||||||
mode: 0555
|
mode: 0555
|
||||||
#entrypoint: /custom-entrypoint.sh
|
entrypoint: /custom-entrypoint.sh
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
secrets:
|
secrets:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user