🚑️ Fix spacing in docker-compose

This commit is contained in:
Alicia Sykes 2021-06-21 21:20:09 +01:00 committed by GitHub
parent 9c91cb52c4
commit 88c48ec1f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ version: "3.8"
services: services:
dashy: dashy:
# To build from source, replace 'image: lissy93/dashy' with 'build: .' # To build from source, replace 'image: lissy93/dashy' with 'build: .'
build: . # build: .
# image: lissy93/dashy image: lissy93/dashy
container_name: Dashy container_name: Dashy
# Pass in your config file below, by specifying the path on your host machine # Pass in your config file below, by specifying the path on your host machine
# volumes: # volumes:
@ -14,7 +14,7 @@ services:
- 4000:80 - 4000:80
# Set any environmental variables # Set any environmental variables
environment: 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` # Specify your user ID and group ID. You can find this by running `id -u` and `id -g`
# - UID=1000 # - UID=1000
# - GID=1000 # - GID=1000