diff --git a/apidoc/template.yaml b/apidoc/template.yaml index 6a92da88..19b9934a 100644 --- a/apidoc/template.yaml +++ b/apidoc/template.yaml @@ -1,5 +1,5 @@ info: - version: '0.36.0' + version: '0.36.1' title: go-pttbbsweb definitions: !include defs/access_token.yaml diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 761883db..167e1d69 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -30,7 +30,7 @@ services: - ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf restart: always go-pttbbsweb: - image: pttofficialapps/go-pttbbsweb:v0.36.0 + image: pttofficialapps/go-pttbbsweb:v0.36.1 ports: - "127.0.0.1:3457:3457" volumes: diff --git a/docker/docker-compose.yaml.template b/docker/docker-compose.yaml.template index 5c4c24d8..a0d2ebb1 100644 --- a/docker/docker-compose.yaml.template +++ b/docker/docker-compose.yaml.template @@ -31,7 +31,7 @@ services: - ${POSTFIX_MAIN_CF}:/etc/postfix/main.cf - ${POSTFIX_MASTER_CF}:/etc/postfix/master.cf go-pttbbsweb: - image: pttofficialapps/go-pttbbsweb:v0.36.0 + image: pttofficialapps/go-pttbbsweb:v0.36.1 ports: - "127.0.0.1:3457:3457" - "127.0.0.1:[local-port]:[docker-port]"