Random-Quote-Machine/docker-compose.yml

10 lines
166 B
YAML
Raw Normal View History

2022-06-30 03:59:10 +02:00
version: "2"
services:
random-quote-machine:
build: .
image: radii/random-quote-machine:latest
ports:
- "127.0.0.1:8081:80"
restart: always