Skip to content

Commit

Permalink
fix docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxj959 committed Oct 24, 2024
1 parent 1f54b81 commit e5ba60e
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,15 @@ services:
timeout: 5s
retries: 120
command: [ "/bin/bash", "/opt/dolphinscheduler/worker-server/bin/start.sh" ]

networks:
dolphinscheduler:
driver: bridge

volumes:
dolphinscheduler-postgresql:
dolphinscheduler-zookeeper:
dolphinscheduler-worker-data:
dolphinscheduler-logs:
dolphinscheduler-shared-local:
dolphinscheduler-resource-local:

0 comments on commit e5ba60e

Please sign in to comment.