diff --git a/docker-compose.yml b/docker-compose.yml index 3cc6504a..cf526fe4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,7 +20,6 @@ services: # Add extensions you need to be enabled by default in the DB. Default are the five specified below - POSTGRES_MULTIPLE_EXTENSIONS=postgis,hstore,postgis_topology,postgis_raster,pgrouting - RUN_AS_ROOT=true - - ACTIVATE_CRON=False ports: - "25432:5432" restart: on-failure