Skip to content

Commit

Permalink
Dont create geonode database
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sutton committed May 27, 2021
1 parent 038d4f8 commit cf3b1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ services:
environment:
# You can define multiple databases by providing a comma
# separated list here.
- POSTGRES_DB=gis,${GEONODE_DATABASE},${GEONODE_GEODATABASE}
- POSTGRES_DB=gis
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASS=${POSTGRES_PASSWORD}
# Read the notes at
Expand Down

0 comments on commit cf3b1c4

Please sign in to comment.