fix: Update docker-compose network name to dokploy-network

This commit is contained in:
Prad Nukala 2024-08-29 15:04:03 -04:00
parent eed72b7542
commit eac85d36ec

View File

@ -23,8 +23,8 @@ services:
command: "start --pruning=nothing" command: "start --pruning=nothing"
restart: always restart: always
networks: networks:
- dokploy - dokploy-network
networks: networks:
dokploy: dokploy-network:
external: true external: true