新增 redis docker 配置文件
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
ports:
|
||||
- "5432:5432"
|
||||
volumes:
|
||||
- C:/Users/admin/Documents/docker/PostgreSQL/data:/var/lib/postgresql/data
|
||||
- C:\Users\admin\Documents\docker\PostgreSQL\data:/var/lib/postgresql/data
|
||||
networks:
|
||||
- MapService
|
||||
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
- CORS_ENABLED=true
|
||||
- CORS_ALLOWED_ORIGINS=*
|
||||
volumes:
|
||||
- C:/Users/admin/Documents/docker/GeoServer/data:/opt/geoserver_data
|
||||
- C:\Users\admin\Documents\docker\GeoServer\data:/opt/geoserver_data
|
||||
networks:
|
||||
- MapService
|
||||
|
||||
|
||||
Reference in New Issue
Block a user