diff --git a/compose.yml b/compose.yml index bb478f1..4e9ad16 100644 --- a/compose.yml +++ b/compose.yml @@ -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: