mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 15:18:02 -04:00
6 lines
201 B
Docker
6 lines
201 B
Docker
FROM postgres:16-alpine
|
|
|
|
# Add any custom PostgreSQL configurations if needed
|
|
COPY postgresql.conf /etc/postgresql/postgresql.conf
|
|
|
|
CMD ["postgres", "-c", "config_file=/etc/postgresql/postgresql.conf"] |