Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit38b79df

Browse files
committed
Merge pull requestsorintlab#259 from aermolaev/patch-1
Unnecessary escaping newline
2 parentsdbceeef +7df7997 commit38b79df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎examples/docker/Dockerfile-Keeper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM postgres:9.6.1
33
ENV STKEEPER_CLUSTER_NAME=stolon-cluster \
44
STKEEPER_STORE_BACKEND=etcd \
55
STKEEPER_STORE_ENDPOINTS=http://localhost:2379 \
6-
STKEEPER_DATA_DIR=/data/postgres \
6+
STKEEPER_DATA_DIR=/data/postgres
77

88
RUN mkdir -p ${STKEEPER_DATA_DIR} && \
99
chmod 700 ${STKEEPER_DATA_DIR} && \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp