Compose help and best practise #2590
-
Hi, Im on Redhat 8.10 and is using Podman compose. get the same setup error over and over in the setup log on both mysql and postgress. and i cant login as admin user. trying to fix it get similar error: Setup log: goroutine 1 [running]: Tring to fix login: goroutine 1 [running]: f8daa1c33c00: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the problem. The installation script couldnt handle dns rotate that i had enabled in the resolv.conf. |
Beta Was this translation helpful? Give feedback.
Found the problem. The installation script couldnt handle dns rotate that i had enabled in the resolv.conf.
xxxx:~$ cat /etc/resolv.conf
search dns.podman xxx.io
nameserver 10.31.0.1
nameserver 192.168.0.1
nameserver 192.169.0.1
nameserver 192.170.0.1
options timeout:1 attempts:1 rotate