Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
修改Docker版本号和下载域名
Browse files Browse the repository at this point in the history
  • Loading branch information
iwind committed Mar 6, 2019
1 parent 4c8ad9b commit 54f4c00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM centos:7
LABEL maintainer="root@teaos.cn"
ENV TZ "Asia/Shanghai"
ENV TEAWEB_VERSION "0.0.9.1"
ENV TEAWEB_URL "http://teaos.cn/downloads/v${TEAWEB_VERSION}/teaweb-linux-amd64-v${TEAWEB_VERSION}.zip"
ENV TEAWEB_VERSION "0.0.9.2"
ENV TEAWEB_URL "http://dl.teaos.cn/v${TEAWEB_VERSION}/teaweb-linux-amd64-v${TEAWEB_VERSION}.zip"
ENV MONGO_VERSION "4.0.6"
ENV MONGO_URL "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-${MONGO_VERSION}.tgz"

Expand Down
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker build -t teaweb:0.0.9.1 .
docker build -t teaweb:0.0.9.2 .
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

docker run -d -p 7777:7777 --name teaweb teaweb:0.0.9.1
docker run -d -p 7777:7777 --name teaweb teaweb:0.0.9.2

0 comments on commit 54f4c00

Please sign in to comment.