diff --git a/compose.yaml b/compose.yaml index 8b63c04..9325ab9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -108,7 +108,7 @@ services: unicodable: image: postmodern.alexdaniel.org/whateverable:latest - command: ake start:unicodable + command: ake debug:unicodable volumes: - /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar:ro - /home/whateverable/data/moarvm:/srv/data/moarvm:ro @@ -178,7 +178,7 @@ services: coverable: image: postmodern.alexdaniel.org/whateverable:latest - command: ake start:coverable + command: ake debug:coverable volumes: - /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar:ro - /home/whateverable/data/moarvm:/srv/data/moarvm:ro @@ -275,7 +275,7 @@ services: shareable: image: postmodern.alexdaniel.org/whateverable:latest - command: ake start:shareable + command: ake debug:shareable volumes: - /home/whateverable/data/rakudo-moar:/srv/data/rakudo-moar:ro - /home/whateverable/data/moarvm:/srv/data/moarvm:ro