Kouhei Sutou 2019-05-04 14:13:34 +0900 (Sat, 04 May 2019) Revision: 70bd9eed4566da10e1c787178e6f62d84ff0df73 https://github.com/ranguba/chupa-text-docker/commit/70bd9eed4566da10e1c787178e6f62d84ff0df73 Message: Don't export service by default Modified files: docker-compose.yml Modified: docker-compose.yml (+3 -3) =================================================================== --- docker-compose.yml 2019-03-29 12:50:27 +0900 (85947a9) +++ docker-compose.yml 2019-05-04 14:13:34 +0900 (313151b) @@ -22,8 +22,8 @@ services: context: proxy command: - ./start.sh - ports: - - 3128:3128 + expose: + - "3128" volumes: - /var/log/chupa-text/proxy:/var/log/squid:z chupa-text: @@ -34,7 +34,7 @@ services: command: - ./start.sh ports: - - 20080:3000 + - "127.0.0.1:20080:3000" environment: http_proxy: http://proxy:3128/ https_proxy: http://proxy:3128/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190504/285242df/attachment.html>