CaculatorD / docker-compose.yml
ManTea's picture
.
31917d7
raw
history blame
129 Bytes
version: "3.7"
services:
app:
image: learning-docker/python:v1
ports:
- "5000:6868"
restart: unless-stopped