Open pini-gh opened 3 years ago
Thanks to gitmemory.com (which is issue #1 actually) I found out that I had to set the container's hostname to something like master-1
. Else the hostname defaults to the container id (5b33eff2b1cf
in the above error).
tmate-master:
image: tmate/tmate-master:latest
container_name: tmate-master
hostname: master-1
restart: unless-stopped
...
Leaving this issue open as it may help others.
Hi,
Still trying to setup a working docker-compose configuration. Here is my snippet for
tmate-master
:Environment variables guessed from [1] and [2]. |1] https://github.com/tmate-io/tmate-kube/blob/master/prod/master.yaml [2] https://github.com/tmate-io/tmate-master/blob/master/config/prod.exs
As I understand it,
PG_SSL_CA_CERT
andMAILGUN_*
variables are not mandatory.With these settings,
tmate-master
fails at startup with:What could be missing?
Thanks in advance.