We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c91cb5 commit 88c48ecCopy full SHA for 88c48ec
docker-compose.yml
@@ -4,8 +4,8 @@ version: "3.8"
4
services:
5
dashy:
6
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
7
- build: .
8
- # image: lissy93/dashy
+ # build: .
+ image: lissy93/dashy
9
container_name: Dashy
10
# Pass in your config file below, by specifying the path on your host machine
11
# volumes:
@@ -14,7 +14,7 @@ services:
14
- 4000:80
15
# Set any environmental variables
16
environment:
17
- - NODE_ENV=production
+ - NODE_ENV=production
18
# Specify your user ID and group ID. You can find this by running `id -u` and `id -g`
19
# - UID=1000
20
# - GID=1000
0 commit comments