diff --git a/docker-compose.yml b/docker-compose.yml index f744ced..41aab58 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,8 +1,8 @@ services: - hubproxy: - build: . - restart: always - ports: - - '5000:5000' - volumes: - - ./src/config.toml:/root/config.toml \ No newline at end of file + hubproxy: + build: . + restart: always + ports: + - '5000:5000' + volumes: + - ./src/config.toml:/root/config.toml \ No newline at end of file