change configs for deployment
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
||||
working_dir: /app
|
||||
command: ["python", "-u", "urlshort.py", "config.json"]
|
||||
ports:
|
||||
- "8080:8080"
|
||||
- "127.0.0.1:18082:8080"
|
||||
volumes:
|
||||
- ./urlshort.py:/app/urlshort.py:ro
|
||||
- ./config.json:/app/config.json:ro
|
||||
|
||||
Reference in New Issue
Block a user