mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-02 15:20:53 +02:00
Update Dockerfile
This commit is contained in:
@@ -30,8 +30,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
# Correct for access
|
# Correct for access
|
||||||
sed -i "s|.*listen_addresses(.*)|listen_addresses = '*'(1)|g" /usr/local/share/postgresql/postgresql.conf.sample && \
|
sed -i "s|.*listen_addresses(.*)|listen_addresses = '*'(1)|g" /usr/share/postgresql/postgresql.conf.sample && \
|
||||||
sed -i "s|.*data_directory(.*)|data_directory = '/config/database'(1)|g" /usr/local/share/postgresql/postgresql.conf.sample || true
|
sed -i "s|.*data_directory(.*)|data_directory = '/config/database'(1)|g" /usr/share/postgresql/postgresql.conf.sample
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# 3 Install apps #
|
# 3 Install apps #
|
||||||
|
|||||||
Reference in New Issue
Block a user