##// END OF EJS Templates
Readme: added notice about users should clone this repository....
Readme: added notice about users should clone this repository. - small config fix.

File last commit:

r1:29323844
r2:2b922900 4.24.1
Show More
rhodecode_database.dockerfile
3 lines | 140 B | text/plain | DockerLexer
/ service / database / rhodecode_database.dockerfile
FROM library/postgres:13.1
COPY service/database/customized.conf /etc/conf.d/pg_customized.conf
CMD ["postgres", "-c", "log_statement=ddl"]