fix(docker): 🐛 Change network mode to bridge
* Updated network mode from podman to bridge for compatibility. * Commented out unused network configuration for clarity.
This commit is contained in:
@@ -35,7 +35,7 @@ services:
|
||||
# environment:
|
||||
# - LOG_LEVEL=info
|
||||
|
||||
network_mode: podman
|
||||
network_mode: bridge
|
||||
|
||||
# Resource limits (optional)
|
||||
deploy:
|
||||
@@ -49,7 +49,7 @@ services:
|
||||
|
||||
# Optional: Add networks for more complex setups
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: podman
|
||||
# networks:
|
||||
# default:
|
||||
# external: true
|
||||
# name: podman
|
||||
Reference in New Issue
Block a user