9 lines
222 B
YAML
9 lines
222 B
YAML
services:
|
|
utils:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- "65193:8000" # Will listen on port 65193, change that number to change the port
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./utils:/utils
|