change port

This commit is contained in:
MiniDigger 2021-02-07 22:04:54 +01:00
parent 93e7bf5938
commit cd4838d509

View File

@ -46,7 +46,7 @@ services:
POSTGRES_USER: hangar
POSTGRES_PASSWORD: 'hangar'
ports:
- "2345:5432" # pls dont abuse open port :/
- "3456:5432" # pls dont abuse open port :/
volumes:
- db_data:/var/lib/postgresql/data
networks: