It can't be the image right? You have a lot of pulls that are in use? I also pulled a fresh image just to be sure.
wget http://s3.amazonaws.com/downloads.riak.com/erlang/otp_src_R16B02-basho10.tar.gz
--2021-01-19 17:11:21-- http://s3.amazonaws.com/downloads.riak.com/erlang/otp_src_R16B02-basho10.tar.gz
Resolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.48.214
Connecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.48.214|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: unspecified
ERROR: Redirection (301) without location.
\nwget http://s3.amazonaws.com/downloads.riak.com/erlang/otp_src_R16B02-basho10.tar.gz\n--2021-01-19 17:11:21-- http://s3.amazonaws.com/downloads.riak.com/erlang/otp_src_R16B02-basho10.tar.gz\nResolving s3.amazonaws.com (s3.amazonaws.com)... 52.217.48.214\nConnecting to s3.amazonaws.com (s3.amazonaws.com)|52.217.48.214|:80... connected.\nHTTP request sent, awaiting response... 301 Moved Permanently\nLocation: unspecified\nERROR: Redirection (301) without location.\n
\nhttps://docs.riak.com/riak/kv/2.2.3/setup/installing/source/erlang.1.html#installing-on-debian-ubuntu\n
https://docs.riak.com/riak/kv/2.2.3/setup/installing/source/erlang.1.html#installing-on-debian-ubuntu
command: -d /data -r -s bitcask:///data/twtxt.db -u https://twtxt.net
\nCOMMAND CREATED STATUS PORTS NAMES\n23fb7b4f066a jointwt/twtxt:latest "/twtd -d /data -r -…" 2 minutes ago Restarting (2) 39 seconds ago
command: -d /data -r -s bitcask:///data/twtxt.db -u https://twtxt.net
S
23fb7b4f066a jointwt/twtxt:latest "/twtd -d /data -r -…" 2 minutes ago Restarting (2) 39 seconds ago
---
version: "3.8"
services:
twtxt:
image: jointwt/twtxt:latest
command: -d /data -r -s bitcask:///data/twtxt.db -u https://twtxt.net
environment:
- COOKIE_SECRET=02asr5Yg10UTJLbj6gShK5dKmR6MulYPyR3jBQjD5rou6TlW0x2tIN3gNAqzv3xV
- BASE_URL=https://blog.thewismit.com
- PUID=1000
- PGID=1000
- TZ=America/New_York
ports:
# - 80:80
- 6877:443
volumes:
- /mnt/data/docker/twtxt/data:/data
restart_policy:
condition: on-failure
volumes:
twtxt:
driver: local
\n---\nversion: "3.8"\nservices:\n twtxt:\n image: jointwt/twtxt:latest\n command: -d /data -r -s bitcask:///data/twtxt.db -u https://twtxt.net\n environment:\n - COOKIE_SECRET=02asr5Yg10UTJLbj6gShK5dKmR6MulYPyR3jBQjD5rou6TlW0x2tIN3gNAqzv3xV\n - BASE_URL=https://blog.thewismit.com\n - PUID=1000\n - PGID=1000\n - TZ=America/New_York\n ports:\n # - 80:80\n - 6877:443\n volumes:\n - /mnt/data/docker/twtxt/data:/data\n restart_policy:\n condition: on-failure\nvolumes:\n twtxt:\n driver: local\n
---
version: "3.8"
services:
twtxt:
image: jointwt/twtxt:latest
command: -d /data -r -s bitcask:///data/twtxt.db -u https://twtxt.net
environment:
- COOKIE_SECRET=PLEASE_CHANGE_ME_TO_A_64_BYTE_RANDOM_STRING
volumes:
- /mnt/data/twtxt:/data
restart_policy:
condition: on-failure
volumes:
twtxt:
driver: local
I don't know what the local driver volume is though. Never used that.
\n---\nversion: "3.8"\n\nservices:\n twtxt:\n image: jointwt/twtxt:latest\n command: -d /data -r -s bitcask:///data/twtxt.db -u https://twtxt.net\n environment:\n - COOKIE_SECRET=PLEASE_CHANGE_ME_TO_A_64_BYTE_RANDOM_STRING\n volumes:\n - /mnt/data/twtxt:/data\n restart_policy:\n condition: on-failure\n\nvolumes:\n twtxt:\n driver: local\n
\nI don't know what the local driver volume is though. Never used that.
Can I rip out the traefik config and bind map a volume to my file system?
I suppose it depends on how much functionality I want.