Add local port forwarding for debug sessions
This commit is contained in:
parent
5b043ff852
commit
3f7f6a4522
|
@ -36,6 +36,8 @@ services:
|
|||
db:
|
||||
image: postgres:{{ nextcloud__postgres_version }}
|
||||
restart: unless-stopped
|
||||
#ports:
|
||||
# - 127.0.0.1:5432:5432
|
||||
networks:
|
||||
- nextcloud
|
||||
volumes:
|
||||
|
|
Loading…
Reference in a new issue