Skip to content

Commit

Permalink
remove cron setting in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
NyakudyaA committed Aug 20, 2023
1 parent 22110be commit 2348c73
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2348c73

Please sign in to comment.