env-docker/Config/Hyperling.com/docker-compose.yml

13 lines
156 B
YAML
Raw Normal View History

2022-10-30 08:05:41 -05:00
# 2022-10-29
# Hyperling.com configuration.
version: '2'
services:
app:
image: node
restart: always
build: ./
2022-10-30 08:05:41 -05:00
ports:
- 8317:8080