esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

where do I find sys.config? #197

Closed chrisatta closed 6 months ago

chrisatta commented 3 years ago

when i run docker run -h mongoosepush -p 8443:8443 -v pwd/priv:/opt/app/priv -e PUSH_HTTPS_CERTFILE="/opt/app/priv/ssl/rest_cert.pem" -e PUSH_HTTPS_KEYFILE="/opt/app/priv/ssl/rest_key.pem" -e PUSH_APNS_ENABLED=0 -it --rm mongooseim/mongoose-push:latest

and run docker cp mongoosepush:/opt/app/var/sys.config sys.config

i have this error Error: No such container:path: mongoosepush:/opt/app/var/sys.config

pawlooss1 commented 6 months ago

There are two issues here: