Commit aa1929f7 by Tsubasa Namiki

Add expose port

and fixed README.md.
parent 52a25732
...@@ -47,11 +47,11 @@ See https://github.com/RestyaPlatform/board/releases ...@@ -47,11 +47,11 @@ See https://github.com/RestyaPlatform/board/releases
```yaml ```yaml
environment: environment:
RESTYABOARD_VERSION: vX.Y.Z RESTYABOARD_VERSION: REPLACE_ME
``` ```
### Notice * Notice
If you want to install a higher than source version, it may not work, perhaps. If you install a higher than source version, it may not work, perhaps.
License License
......
...@@ -34,3 +34,6 @@ VOLUME /usr/share/nginx/html/media ...@@ -34,3 +34,6 @@ VOLUME /usr/share/nginx/html/media
COPY docker-entrypoint.sh / COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"] ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["start"] CMD ["start"]
# expose port
EXPOSE 80
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment