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
```yaml
environment:
RESTYABOARD_VERSION: vX.Y.Z
RESTYABOARD_VERSION: REPLACE_ME
```
### Notice
If you want to install a higher than source version, it may not work, perhaps.
* Notice
If you install a higher than source version, it may not work, perhaps.
License
......
......@@ -34,3 +34,6 @@ VOLUME /usr/share/nginx/html/media
COPY docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]
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