mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-01-24 05:53:40 -05: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"] |