diff --git a/operations-playground/docker-compose.yaml b/operations-playground/docker-compose.yaml index 5a88b98..1a6ae26 100644 --- a/operations-playground/docker-compose.yaml +++ b/operations-playground/docker-compose.yaml @@ -71,3 +71,11 @@ services: - 9094:9094 volumes: flink-checkpoints-directory: + +networks: + default: + driver: bridge + ipam: + driver: default + config: + - subnet: 172.18.0.1/16