1
0
2
| 1 | services: |
| 2 | # PlantUML |
| 3 | plantuml: |
| 4 | container_name: ${PLANTUML_CONTAINER_NAME:-PlantUML} |
| 5 | hostname: plantuml |
| 6 | image: plantuml/plantuml-server:${PLANTUML_TAG:-latest} |
| 7 | restart: ${RESTART:-unless-stopped} |
| 8 | healthcheck: |
| 9 | test: curl -f http://localhost:8080/ || exit 1 |
| 10 | ports: |