Skip to content

Commit

Permalink
Mount volume for GS data_dir in test compose setup
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Oct 11, 2024
1 parent 30116ea commit 04da74a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./tmp/:/opt/geoserver_data/:Z
environment:
- CORS_ENABLED=1
- SKIP_DEMO_DATA=true
Expand Down

0 comments on commit 04da74a

Please sign in to comment.