Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Fabiani committed Jul 17, 2019
1 parent 7de0acb commit 9b55846
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 @@ -3,7 +3,7 @@ version: '2.2'
services:

geoserver:
image: geonode/geoserver:2.15.x
image: geonode/geoserver:2.15.2
build:
context: .
args:
Expand All @@ -29,7 +29,7 @@ services:
- DJANGO_URL=http://localhost/

data_dir_conf:
image: geonode/geoserver_data:2.15.x
image: geonode/geoserver_data:2.15.2
container_name: geoserver_data_dir # named data container
command: /bin/true
volumes:
Expand Down

0 comments on commit 9b55846

Please sign in to comment.