1
0
mirror of https://github.com/octoleo/plantuml-server.git synced 2024-05-28 22:20:48 +00:00

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

View File

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