auto commit

This commit is contained in:
bangdk 2024-11-23 09:57:11 +09:00
parent 73db752e70
commit 99f69d0f62

View File

@ -4,7 +4,7 @@ FROM timescale/timescaledb:latest-pg16
# 설정 파일 복사
COPY ./postgresql.conf /etc/postgresql/postgresql.conf
COPY ./pg_hba.conf /etc/postgresql/pg_hba.conf
COPY ./init-scripts/ /docker-entrypoint-initdb.d/
# COPY ./init-scripts/ /docker-entrypoint-initdb.d/
# 권한 설정
RUN chown postgres:postgres /etc/postgresql/postgresql.conf && \