mirror of https://github.com/xwiki-labs/cryptpad
update Dockerfile to match new configuration example
This commit is contained in:
parent
e377577364
commit
adef679b4b
|
@ -12,7 +12,7 @@ WORKDIR /cryptpad
|
|||
# Copy CryptPad source code to the container
|
||||
COPY . /cryptpad
|
||||
|
||||
RUN sed -i "s@//httpAddress: '::'@httpAddress: '0.0.0.0'@" /cryptpad/config/config.example.js
|
||||
RUN sed -i "s@//httpAddress: 'localhost'@httpAddress: '0.0.0.0'@" /cryptpad/config/config.example.js
|
||||
RUN sed -i "s@installMethod: 'unspecified'@installMethod: 'docker'@" /cryptpad/config/config.example.js
|
||||
|
||||
# Install wget for healthcheck
|
||||
|
|
Loading…
Reference in New Issue