From 2af6446d5ae719ec9c568204b7612684793ddac5 Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Fri, 24 Feb 2023 21:29:52 +0100 Subject: [PATCH] Default compose to image --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index c83c545..e8feb6d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -8,8 +8,8 @@ services: volumes: - ./data:/data cache: - # image: registry.odit.services/npm-cache-proxy:latest - build: . + image: registry.odit.services/npm-cache-proxy:latest + # build: . ports: - 8080:8080 environment: