mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
Remove expose PostgreSQL port on production docker-compose file
This commit is contained in:
parent
ef097d15dd
commit
2f2db74d73
1 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue