Add local port forwarding for debug sessions

This commit is contained in:
Herr-Dante 2024-09-24 23:23:22 +02:00 committed by christian
parent 34dc6d9a84
commit 735fe0ca9b

View file

@ -36,6 +36,8 @@ services:
db:
image: postgres:{{ nextcloud__postgres_version }}
restart: unless-stopped
#ports:
# - 127.0.0.1:5432:5432
networks:
- nextcloud
volumes: