Skip to content

Commit

Permalink
Fix bugs in staging compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardogsilva committed Apr 22, 2024
1 parent 47860a3 commit c8400c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/compose.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ services:
source: $PWD/docker/thredds/content-root/wmsConfig.xml
target: /usr/local/tomcat/content/thredds/wmsConfig.xml
- type: bind
source: $HOME/data/geobeyond/arpav-ppcv/datasets
source: $HOME/data/arpav-ppcv/datasets
target: /datasets
- type: bind
source: $HOME/data/geobeyond/arpav-ppcv/netcdf-uncertainty-example
source: $HOME/data/arpav-ppcv/netcdf-uncertainty-example
target: /additional

volumes:
Expand Down

0 comments on commit c8400c1

Please sign in to comment.