neither stdin nor stderr are a tty device and you have neither a controlling tty nor systemd
ComatoseHub opened this issue · 4 comments
ComatoseHub commented
_vpn_logs.txt
I have attached my log file but cannot figure out why this container will not function. Below is my compose entry.
vpn:
image: azinchen/nordvpn:latest
container_name: vpn
cap_add:
- NET_ADMIN
devices:
- /dev/net/tun
ports:
- 8080:8080
- 9696:9696
- 8989:8989
- 7878:7878
environment:
- USER=******
- PASSWORD=******
- COUNTRY=38;227;228
- GROUP=15
- RANDOM_TOP=10
- RECREATE_VPN_CRON=15 */5 * * *
- NETWORK=192.168.1.0/24
restart: unless-stopped
azinchen commented
Hi,
What is your host system?
ComatoseHub commented
Ubuntu server 20.04, is the os. Not sure if that is what you mean.
…On Sun, Jan 23, 2022, 8:35 AM Alexander Zinchenko ***@***.***> wrote:
Hi,
What is your host system?
—
Reply to this email directly, view it on GitHub
<#99 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASHJ4SAXSLJPVR4NEQYON6DUXP73BANCNFSM5MSZMFSA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
ComatoseHub commented
Any update on this?
ComatoseHub commented
Closing as I have found another solution.