-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
49 changed files
with
5,121 additions
and
742 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
FROM alpine:latest | ||
|
||
ARG VERSION=0.16.2 | ||
ARG VERSION=0.16.3 | ||
ENV VERSION=$VERSION | ||
|
||
LABEL maintainer="Tinode Team <[email protected]>" | ||
|
@@ -21,7 +21,9 @@ LABEL version=$VERSION | |
# Build-time options. | ||
|
||
# Database selector. Builds for RethinkDB by default. | ||
# Alternatively use `--build-arg TARGET_DB=mysql` to build for MySQL. | ||
# Alternatively use | ||
# `--build-arg TARGET_DB=mysql` to build for MySQL or | ||
# `--build-arg TARGET_DB=mongodb` to build for MongoDB. | ||
ARG TARGET_DB=rethinkdb | ||
ENV TARGET_DB=$TARGET_DB | ||
|
||
|
Oops, something went wrong.