diff options
| author | Adam Malczewski <[email protected]> | 2026-05-11 19:20:17 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-11 19:20:17 +0900 |
| commit | cf2a0d5777a28484d518c551cf6a412e54332400 (patch) | |
| tree | 346c35ad0e1fb6beb0dbe63de4aa5d9b53a2ae2e | |
| parent | 26553e9503b5b7e5efe4d13a50bae4bb9083a70d (diff) | |
| download | youtube-transcriber-cf2a0d5777a28484d518c551cf6a412e54332400.tar.gz youtube-transcriber-cf2a0d5777a28484d518c551cf6a412e54332400.zip | |
Restore host port mapping for direct access without domain
| -rw-r--r-- | docker-compose.prod.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index f2c1aff..68cf80e 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -3,6 +3,8 @@ services: build: context: . dockerfile: Dockerfile + ports: + - "41090:41090" volumes: - transcriber_data:/app/data restart: unless-stopped |
