changing the hostname to something generic

This commit is contained in:
Joe Auman 2021-11-09 21:25:29 -05:00
parent 8ad18afb53
commit 1c58a1ccd2

View File

@ -5,7 +5,7 @@ services:
build: .
restart: always
environment:
- HOSTNAME=dev-box.localdomain
- HOSTNAME=docker.localdomain
volumes:
- ./:/home/node/app
ports: