mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-04-01 13:34:38 -04:00
6 lines
237 B
Docker
6 lines
237 B
Docker
FROM postgres:16-alpine
|
|
|
|
# Add any custom PostgreSQL configurations if needed
|
|
COPY apps/server/Databases/AliasServerDb/postgresql.conf /etc/postgresql/postgresql.conf
|
|
|
|
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"] |