We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a7c4b commit 0b280b6Copy full SHA for 0b280b6
1 file changed
docker-compose.yml
@@ -32,8 +32,9 @@ services:
32
build:
33
context: .
34
ports:
35
- - "8080:8080"
+ - "8081:8080"
36
volumes:
37
+ - /data/spatial-data:/data/spatial-data
38
- ./sbdi/data/config/spatial-service-config.yml:/data/spatial-service/config/spatial-service-config.yml
39
40
0 commit comments