Pathik
Pathik
DDokploy
Created by Pathik on 8/23/2024 in #old-help
Unable to access DB using Internal Connection URL
If this is how your compose looks, share your compose file here
6 replies
DDokploy
Created by Pathik on 8/23/2024 in #old-help
Unable to access DB using Internal Connection URL
services:
my-app:
image: my-image
ports:
- "22:22"
volumes:
- ./home:/home
networks:
- dokploy-network

networks:
dokploy-network:
external: true
services:
my-app:
image: my-image
ports:
- "22:22"
volumes:
- ./home:/home
networks:
- dokploy-network

networks:
dokploy-network:
external: true
6 replies
DDokploy
Created by Pathik on 8/23/2024 in #old-help
Unable to access DB using Internal Connection URL
Ok, I think I found the issue. For anyone else with the same issue, make sure your docker containers all belong to the same network.
6 replies