markshust / docker-magento

Mark Shust's Docker Configuration for Magento
https://m.academy/courses/set-up-magento-2-development-environment-docker/
MIT License
2.58k stars 1.01k forks source link

Can't connect magento container(Remote Host) in PHPSTORM #1048

Open duddehub opened 10 months ago

duddehub commented 10 months ago

Fresh installation - can't connect to the Remote Host. I already followed the module documentation - "Copy compose.dev-ssh.yaml to compose.dev.yaml before installing Magento to take advantage of this setup. Then, create an SFTP connection at Preferences -> Build, Execution, Deployment -> Deployment. Connect to localhost and use app for the username & password." but without results. Somebody knows how to connect?

sdouma commented 6 months ago

I know this is 4 months later but see my ticket #1148 Try this,

I.E


    image: temp-ssh-image:latest
    ports:
      - "22:22"
    volumes: *appvolumes