Update docker-compose.yml

This commit is contained in:
Olivier DEBAUCHE 2021-12-27 11:13:01 +01:00 committed by GitHub
parent e5919d9dc9
commit 2a44bf07a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ services:
map: map:
image: overv/openstreetmap-tile-server image: overv/openstreetmap-tile-server
volumes: volumes:
- openstreetmap-data:/var/lib/postgresql/12/main - openstreetmap-data:/var/lib/postgresql/13/main
ports: ports:
- "8080:80" - "8080:80"
command: "run" command: "run"