auto commit
This commit is contained in:
parent
73db752e70
commit
99f69d0f62
@ -4,7 +4,7 @@ FROM timescale/timescaledb:latest-pg16
|
|||||||
# 설정 파일 복사
|
# 설정 파일 복사
|
||||||
COPY ./postgresql.conf /etc/postgresql/postgresql.conf
|
COPY ./postgresql.conf /etc/postgresql/postgresql.conf
|
||||||
COPY ./pg_hba.conf /etc/postgresql/pg_hba.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 && \
|
RUN chown postgres:postgres /etc/postgresql/postgresql.conf && \
|
||||||
|
Loading…
Reference in New Issue
Block a user