resolve unterminated string in wikijs config file
This commit is contained in:
parent
94454445c9
commit
e479f455e7
@ -29,7 +29,7 @@ COPY --from=builder --chown=wikijs:wikijs /build/LICENSE /home/wikijs/LICENSE
|
||||
COPY --from=builder --chown=wikijs:wikijs /build/config.sample.yml /home/wikijs/config.sample.yml
|
||||
COPY --from=builder --chown=wikijs:wikijs /build/package.json /home/wikijs/package.json
|
||||
|
||||
RUN apk add --no-cache \
|
||||
RUN apk add --no-cache \
|
||||
nodejs
|
||||
|
||||
ADD /rootfs /
|
||||
|
@ -27,7 +27,7 @@ db:
|
||||
host: {{ getenv "DB_HOST" }}
|
||||
port: {{ getenv "DB_PORT" "5432" }}
|
||||
user: {{ getenv "DB_USER" "wikijs" }}
|
||||
pass: {{ getenv "DB_PASSWORD }}
|
||||
pass: {{ getenv "DB_PASSWORD" }}
|
||||
db: {{ getenv "DB_NAME" "wikijs" }}
|
||||
ssl: {{ getenv "DB_SSL" "false" }}
|
||||
# SQLite only:
|
||||
|
Loading…
Reference in New Issue
Block a user