Change example server port to 8080 and include Docker Compose example

This commit is contained in:
Alexander Overvoorde
2019-12-22 13:53:12 +01:00
parent 789ff772be
commit 010f87d711
2 changed files with 29 additions and 11 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3'
services:
map:
image: overv/openstreetmap-tile-server
volumes:
- openstreetmap-data:/var/lib/postgresql/12/main
ports:
- "8080:80"
command: "run"
volumes:
openstreetmap-data:
external: true