Skip to content

Commit

Permalink
[Fixes #3894] [2.7.x] docker-compose.yml should point to the 2.7.x im…
Browse files Browse the repository at this point in the history
…age and not the latest one
  • Loading branch information
afabiani committed Sep 5, 2018
1 parent 00471c2 commit e223bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ services:

celery:
restart: unless-stopped
image: geonode/geonode:latest
image: geonode/geonode:2.7.x
container_name: celery4${COMPOSE_PROJECT_NAME}
stdin_open: true
# tty: true
Expand Down Expand Up @@ -88,7 +88,7 @@ services:

django:
restart: unless-stopped
image: geonode/geonode:latest
image: geonode/geonode:2.7.x
container_name: django4${COMPOSE_PROJECT_NAME}
stdin_open: true
# tty: true
Expand Down

0 comments on commit e223bb3

Please sign in to comment.