Skip to content

Commit 88c48ec

Browse files
authored
🚑️ Fix spacing in docker-compose
1 parent 9c91cb5 commit 88c48ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version: "3.8"
44
services:
55
dashy:
66
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
7-
build: .
8-
# image: lissy93/dashy
7+
# build: .
8+
image: lissy93/dashy
99
container_name: Dashy
1010
# Pass in your config file below, by specifying the path on your host machine
1111
# volumes:
@@ -14,7 +14,7 @@ services:
1414
- 4000:80
1515
# Set any environmental variables
1616
environment:
17-
- NODE_ENV=production
17+
- NODE_ENV=production
1818
# Specify your user ID and group ID. You can find this by running `id -u` and `id -g`
1919
# - UID=1000
2020
# - GID=1000

0 commit comments

Comments
 (0)