1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2024-12-29 15:11:58 +00:00

Remove expose PostgreSQL port on production docker-compose file

This commit is contained in:
Alex 2022-06-23 13:17:31 -05:00
parent ef097d15dd
commit 2f2db74d73
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082

View file

@ -82,8 +82,6 @@ services:
PG_DATA: /var/lib/postgresql/data
volumes:
- pgdata:/var/lib/postgresql/data
ports:
- 5432:5432
networks:
- immich-network
restart: always