fixed nginx-contextpath example

This commit is contained in:
oholimoli 2022-04-15 13:46:40 +02:00 committed by PlantUML
parent ba6af87b2d
commit ca3e9312b3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ services:
container_name: plantuml-server
environment:
- TZ="Europe/Berlin"
- BASE_URL="plantuml"
- BASE_URL=plantuml
nginx:
image: nginx:alpine