indentation issues

This commit is contained in:
Valentijn
2026-03-20 14:36:02 +01:00
parent 069a2d2c63
commit 8d80985d79

View File

@@ -1,7 +1,13 @@
services: services:
app: app:
build: . build: .
container_name: pmt container_name: pmt
ports: ports:
- "8080:8080" - "8080:8080"
restart: unless-stopped restart: unless-stopped
networks:
- proxy-network
networks:
proxy-network:
external: true