Skip to content

Commit

Permalink
Correct the misspelled name
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 1, 2023
1 parent 29f1164 commit e0f2388
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions compose/cgmap.yml → compose/cgimap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ services:
# #####################################################
# ## cgmap section
# #####################################################
cgmap:
image: osmseed-cgmap:v1
cgimap:
image: osmseed-cgimap:v1
build:
context: ../images/cgmap
context: ../images/cgimap
dockerfile: Dockerfile
ports:
# - '8000:8000'
- '80:80'
volumes:
- ../data/cgmap-data:/apps/data/
- ../data/cgimap-data:/apps/data/
# command: >
# /bin/bash -c " ./start.sh"
env_file:
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions images/cgmap/README.md → images/cgimap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This container is built using the configuration from Zerebubuth's OpenStreetMap
# Build and up

```sh
docker compose -f compose/cgmap.yml build
docker compose -f compose/cgmap.yml up
docker compose -f compose/cgimap.yml build
docker compose -f compose/cgimap.yml up
```

Note: Ensure that you are running PostgreSQL on your local machine. For example:
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ changesetReplicationJob:
# ====================================================================================================
# Variables for cgmap config
# ====================================================================================================
cgmap:
cgimap:
enabled: false
image:
name: ''
Expand Down

0 comments on commit e0f2388

Please sign in to comment.