shadowsocks / shadowsocks-hub

A web app managing shadowsocks users, servers, nodes, products, accounts, and traffic. Suitable for internal use by companies, organizations, and friends.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ungraceful shutdown of web container leads to loss of accounts

mamirpanah opened this issue · comments

When we remove docker containers with "docker-compose down" because of ungraceful shutdown, the accounts info will be lost with next "docker-compose up -d".
I dont know why accounts details is not stored in mysql, to persist accounts in mysql volume.