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:
|
# environment:
|
||||||
# - LOG_LEVEL=info
|
# - LOG_LEVEL=info
|
||||||
|
|
||||||
network_mode: podman
|
network_mode: bridge
|
||||||
|
|
||||||
# Resource limits (optional)
|
# Resource limits (optional)
|
||||||
deploy:
|
deploy:
|
||||||
@@ -49,7 +49,7 @@ services:
|
|||||||
|
|
||||||
# Optional: Add networks for more complex setups
|
# Optional: Add networks for more complex setups
|
||||||
|
|
||||||
networks:
|
# networks:
|
||||||
default:
|
# default:
|
||||||
external: true
|
# external: true
|
||||||
name: podman
|
# name: podman
|
||||||
Reference in New Issue
Block a user