fix: remove webapp volume mount, it is not required.

This commit is contained in:
Jörn Guy Süß 2025-07-15 12:09:05 +10:00
parent 0674128568
commit 928a331a40

View File

@ -25,8 +25,6 @@ services:
configs:
- source: hapi
target: /app/config/application.yaml
volumes:
- ./webapp/pong:/webapp/pong
depends_on:
- db