country-dictionary/docker-compose.yml

12 lines
227 B
YAML

version: "3"
services:
country-dict:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
hostname: country-dictionary
container_name: country-dictionary
ports:
- "8080:8080"