Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeppe Zapp authored Mar 18, 2020
1 parent f45f69a commit f14656f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ networks:
services:
node:
image: node
container_name: "4002-hashbrown-cms--node"
container_name: "hashbrown-cms--node"
ports:
- "${NODE_PORT:-8080}:${NODE_PORT:-8080}"
depends_on:
Expand All @@ -24,7 +24,7 @@ services:

mongodb:
image: mongo
container_name: "4002-hashbrown-cms--mongodb"
container_name: "hashbrown-cms--mongodb"
networks:
- hashbrown-cms--network
restart: unless-stopped
Expand Down

0 comments on commit f14656f

Please sign in to comment.