Readme.md container port changed to 80 (#881)

Activating maputnik with `docker run` requires to bind port 80 from
container and not 8888, because nginx is running with default config and
listening port 80

For `npm run` port 8888 is explicitly set up [in
config](bc5ecfade6/vite.config.ts (L8)).
This commit is contained in:
glebpinigin
2024-02-09 00:35:46 +03:00
committed by GitHub
parent bc5ecfade6
commit b9e32894b3

View File

@@ -18,7 +18,7 @@ targeted at developers and map designers.
- In a Docker, run this command and browse to http://localhost:8888, Ctrl+C to stop the server.
```bash
docker run -it --rm -p 8888:8888 ghcr.io/maplibre/maputnik:main
docker run -it --rm -p 8888:80 ghcr.io/maplibre/maputnik:main
```
## Documentation