mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-24 01:15:08 +01:00
🚑️ Fix spacing in docker-compose
This commit is contained in:
parent
9c91cb52c4
commit
88c48ec1f3
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue