You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
177 B
11 lines
177 B
1 day ago
|
version: "3.8"
|
||
|
|
||
|
services:
|
||
|
path-generator:
|
||
|
container_name: path-generator
|
||
|
build: .
|
||
|
ports:
|
||
|
- "82:82"
|
||
|
command: node /app/app.js
|
||
|
restart: unless-stopped
|