fix entrypoint

This commit is contained in:
knoflook 2023-10-19 16:03:38 +02:00
parent 5fcc4382e8
commit 71b63e04a4
1 changed files with 4 additions and 4 deletions

View File

@ -44,9 +44,9 @@ services:
target: /etc/GeoIP.conf
mode: 0555
- source: entrypoint
entrypoint: /custom-entrypoint.sh
target: /custom-entrypoint.sh
mode: 0555
# entrypoint: /custom-entrypoint.sh
entrypoint: /custom-entrypoint.sh
secrets:
- db_password
- secret_key
@ -101,9 +101,9 @@ services:
- "geoip_data:/var/lib/GeoIP"
configs:
- source: entrypoint
entrypoint: /custom-entrypoint.sh
target: /custom-entrypoint.sh
mode: 0555
#entrypoint: /custom-entrypoint.sh
entrypoint: /custom-entrypoint.sh
networks:
- internal
secrets: