subspacecommunity/subspace

Latest version not working on Ubuntu 18.04 on AWS EC2

bitconym opened this issue · 1 comments

Describe the bug
The webapp is not reachable at all

To Reproduce
Steps to reproduce the behavior:
try this:

docker create \
    --name subspace \
    --restart always \
    --network host \
    --cap-add NET_ADMIN \
    --volume /data:/data \
    --env SUBSPACE_HTTP_HOST="example.com" \
    --env SUBSPACE_HTTP_INSECURE=false \
    --env SUBSPACE_LETSENCRYPT=true \
    --env SUBSPACE_NAMESERVER="1.1.1.1" \
    --env SUBSPACE_LISTENPORT="51820" \
    --env SUBSPACE_IPV4_POOL="10.10.0.0/16" \
    --env SUBSPACE_IPV6_POOL="fd00::10:0:0/64" \
    --env SUBSPACE_IPV4_GW="10.10.0.1" \
    --env SUBSPACE_IPV6_GW="fd00::10:0:1" \
    --env SUBSPACE_IPV6_NAT_ENABLED=1 \
    subspacecommunity/subspace:latest

docker start subspace

Expected behavior
I expect web admin to be started at the appointed URL

Screenshots
I get this screen:
image

Desktop (please complete the following information):

  • OS: Ubuntu 18.04 (updated)
  • Browser Chrome
  • Version 84.0.4147.89 (Official Build) (64-bit)

Additional context
I got the version-1.1.1 to work but new ones don't work

relates to #120