Commit 95150f58 authored by nimrod's avatar nimrod
Browse files

Compose: Manage the runner's network.

Compose creates the network and should manage it. I think that I
mistakenly set it to be external because the tags were incorrect.
parent 9a6ff617
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -31,4 +31,3 @@ volumes:
networks:
networks:
  default:
  default:
    name: *network
    name: *network
    external: true