Open
Description
Hey, I tried to run the application on a ubuntu server, using the command:
docker run -p 4000:80 -v ~/.gerev/storage:/opt/storage gerev/gerev
But port 80 cannot be accessed, and it will automatically exited for a period of time.
docker logs
---
INFO [alembic.runtime.migration] Context impl SQLiteImpl.
INFO [alembic.runtime.migration] Will assume non-transactional DDL.
running online
Killed
CONTAINER ID IMAGE COMMAND CREATED STATUS
7296daa1314a gerev/gerev "/bin/sh -c ./run.sh" 4 minutes ago Exited (137) 3 minutes ago
However, there is no additional information in the log that would facilitate debugging. If there are other means to aid diagnosis, I can provide assistance.