Random-Quote-Machine/docker-compose.yml
2022-06-30 12:00:38 +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:8081:80"
restart: always