Skip to content

Commit

Permalink
Merge pull request #13 from chhsiao1981/release-0.3.0
Browse files Browse the repository at this point in the history
update version to 0.3.0. use go-pttbbs 0.3.2
  • Loading branch information
chhsiao1981 authored Dec 15, 2020
2 parents db20beb + 03779e1 commit 1d30d63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apidoc/template.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
info:
version: '0.2.0'
version: '0.3.0'
title: openbbs-middleware
definitions:
!include defs/access_token.yaml
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
go-pttbbs:
image: pttofficialapps/go-pttbbs:v0.2.2
image: pttofficialapps/go-pttbbs:v0.3.2
ports:
- "127.0.0.1:8888:8888"
- "127.0.0.1:48763:48763"
Expand All @@ -14,7 +14,7 @@ services:
volumes:
- /var/lib/mongo:/data
openbbs-middleware:
image: pttofficialapps/go-openbbsmiddleware:v0.2.1
image: pttofficialapps/go-openbbsmiddleware:v0.3.0
ports:
- "127.0.0.1:3457:3457"
restart: always

0 comments on commit 1d30d63

Please sign in to comment.