Podman deployment issues: RuntimeError: missing networks: default and socket.gaierror: [Errno -3] Temporary failure in name resolution #3852

Closed
opened 2026-02-21 18:02:50 -05:00 by yindo · 0 comments
Owner

Originally created by @elviswf on GitHub (May 29, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.6.9

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Docker deploy:

sudo podman-compose -f ./docker-compose.yaml up

✔️ Expected Behavior

Docker deployed normally.

Actual Behavior

podman-compose version: 1.0.6
['podman', '--version', '']
using podman version: 4.6.1
Traceback (most recent call last):
File "/bin/podman-compose", line 11, in
load_entry_point('podman-compose==1.0.6', 'console_scripts', 'podman-compose')()
File "/usr/lib/python3.6/site-packages/podman_compose.py", line 2940, in main
podman_compose.run()
File "/usr/lib/python3.6/site-packages/podman_compose.py", line 1420, in run
self._parse_compose_file()
File "/usr/lib/python3.6/site-packages/podman_compose.py", line 1567, in _parse_compose_file
raise RuntimeError(f"missing networks: {missing_nets_str}")
RuntimeError: missing networks: default

Originally created by @elviswf on GitHub (May 29, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.6.9 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Docker deploy: `sudo podman-compose -f ./docker-compose.yaml up` ### ✔️ Expected Behavior Docker deployed normally. ### ❌ Actual Behavior podman-compose version: 1.0.6 ['podman', '--version', ''] using podman version: 4.6.1 Traceback (most recent call last): File "/bin/podman-compose", line 11, in <module> load_entry_point('podman-compose==1.0.6', 'console_scripts', 'podman-compose')() File "/usr/lib/python3.6/site-packages/podman_compose.py", line 2940, in main podman_compose.run() File "/usr/lib/python3.6/site-packages/podman_compose.py", line 1420, in run self._parse_compose_file() File "/usr/lib/python3.6/site-packages/podman_compose.py", line 1567, in _parse_compose_file raise RuntimeError(f"missing networks: {missing_nets_str}") RuntimeError: missing networks: default
yindo added the 🐞 bug label 2026-02-21 18:02:50 -05:00
yindo closed this issue 2026-02-21 18:02:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#3852