-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation cammot connect https://v.je/test.html ping v.je works #14
Comments
You already have mysql running locally on 3306 which is why that's erroring. I can't see anything else which would block the connection. Can you paste the output of |
R3:~/Documents/WebsiteDocker$ sudo docker compose up R3:~/Documents/WebsiteDocker$ ping v.je |
Your DNS is wrong. I'm not sure where it's getting it should be responding You will still also need to stop mysql running outside the container edit: Actually I don't want to add an IPv6 DNS record as it'll break any computer that prioritises IPv6 over IPv4 as they'll need to manually configure docker for IPv6 |
Novice here, v.je will not display. docker-compose.yml is obsolete. R3:~/Documents/WebsiteDocker$ sudo docker compose up ⠹ Container websitedocker-web-1 Created 0.2s |
Novice working through install.
WARN[0000] /home/mj/Documents/WebsiteDocker/docker-compose.yml:
version
is obsolete[+] Running 8/8
✔ Network websitedocker_default Created 0.2s
✔ Container websitedocker-updatecerts-1 S... 0.3s
✔ Container websitedocker-mysql-1 Created 0.3s
✔ Container websitedocker-maildev-1 Start... 0.2s
✔ Container websitedocker-landingpage-1 S... 0.2s
✔ Container websitedocker-php-1 Started 0.2s
✔ Container websitedocker-web-1 Created 0.2s
✔ Container websitedocker-databaseimportexport-1 Created 0.2s
Error response from daemon: driver failed programming external connectivity on endpoint websitedocker-mysql-1 (3d03ea340a67e49386cf70b940189d1ba9df380f28b12f175ba47714cd63b6b5): Error starting userland proxy: listen tcp4 0.0.0.0:3306: bind: address already in use
ss -tunap | grep LISTEN
tcp LISTEN 0 70 127.0.0.1:33060 0.0.0.0:* users:(("mysqld",pid=895,fd=21))
/$ find mysql
find: ‘mysql’: No such file or directory
The text was updated successfully, but these errors were encountered: