aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorMichael Grote2023-04-13 11:34:16 +0200
committerMichael Grote2023-04-13 11:34:16 +0200
commit23094c69816fd9028102e7fe86ec13b89839c508 (patch)
tree069db9988914656548a2a6d5ab312a01613ee2fc /docker-compose.yml
parentb90e9ac7249136fdaf243909472fdc84511bfb91 (diff)
fix upload
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 7dfc74a..c720b39 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,7 +1,7 @@
version: '3'
services:
python-api-server:
- image: quotengrote/python-api-server
+ image: quotengrote/python-api-server:latest
ports:
- "5040:5000"
volumes: