Expose websocket port

This commit is contained in:
th3r00t
2020-09-11 18:25:36 -04:00
parent 58c0f21784
commit 308e3dbaed

View File

@@ -14,6 +14,7 @@ services:
image: "pyshelf/pyshelf" image: "pyshelf/pyshelf"
ports: ports:
- "8080:8000" - "8080:8000"
- "1337:1337"
volumes: volumes:
- "${LOCAL_BOOK_DIR}:/books" - "${LOCAL_BOOK_DIR}:/books"
depends_on: depends_on: