This commit is contained in:
Michael Grote 2023-04-13 14:24:40 +02:00
parent d387c2af6d
commit 8dce3cd481

View file

@ -1,7 +1,7 @@
version: '3' version: '3'
services: services:
python-api-server: python-api-server:
name: httpd-api container_name: httpd-api
image: quotengrote/python-api-server:latest image: quotengrote/python-api-server:latest
ports: ports:
- "5040:5000" - "5040:5000"