bugfix: tabs -> spaces in docker compose

This commit is contained in:
TSS
2025-10-02 12:12:46 +00:00
parent 646430c4b5
commit 88bf845064

View File

@@ -5,12 +5,12 @@ services:
- "8085" - "8085"
volumes: volumes:
- lenz_briefe:/app/data - lenz_briefe:/app/data
networks: networks:
- caddynet - caddynet
volumes: volumes:
lenz_briefe: lenz_briefe:
networks: networks:
caddynet: caddynet:
external: true external: true