Random-Quote-Machine/docker-compose.yml
2022-06-30 11:59:10 +10:00

10 lines
166 B
YAML

version: "2"
services:
random-quote-machine:
build: .
image: radii/random-quote-machine:latest
ports:
- "127.0.0.1:4726:80"
restart: always