Skip to content

Commit

Permalink
🔥 Re #48 - Removes duplicate Environment tag from docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Jun 21, 2021
1 parent fd9d6c9 commit 63b2e65
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
version: "3.8"
services:
dashy:
# Set any environmental variables
environment:
NODE_ENV: production
# 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:
# - /root/my-config.yml:/app/public/conf.yml
ports:
- 4000:80
# Set any environmental variables
environment:
- NODE_ENV=production
# Specify your user ID and group ID. You can find this by running `id -u` and `id -g`
# environment:
# - UID=1000
# - GID=1000
# Specify restart policy
Expand Down

0 comments on commit 63b2e65

Please sign in to comment.