Add ssh for opengist

This commit is contained in:
2025-07-12 11:58:31 +05:30
parent 62c8d68dfd
commit 00640c19e3

View File

@@ -44,6 +44,7 @@ services:
- ${APPDATA_PATH}/opengist/data:/opengist - ${APPDATA_PATH}/opengist/data:/opengist
ports: ports:
- ${SERVER_PORT}:6157 - ${SERVER_PORT}:6157
- 2222:2222
networks: networks:
- frontend - frontend
- backend - backend