From 88c48ec1f3c9a7456de3dcbc3af769d496c6f09f Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 21 Jun 2021 21:20:09 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20Fix=20spacing=20in=20do?= =?UTF-8?q?cker-compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index ff047737..17aacb7a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,8 +4,8 @@ version: "3.8" services: dashy: # To build from source, replace 'image: lissy93/dashy' with 'build: .' - build: . - # image: lissy93/dashy + # build: . + image: lissy93/dashy container_name: Dashy # Pass in your config file below, by specifying the path on your host machine # volumes: @@ -14,7 +14,7 @@ services: - 4000:80 # Set any environmental variables environment: - - NODE_ENV=production + - NODE_ENV=production # Specify your user ID and group ID. You can find this by running `id -u` and `id -g` # - UID=1000 # - GID=1000