We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7980f34 commit 0a0813dCopy full SHA for 0a0813d
1 file changed
docker-compose.yml
@@ -3,6 +3,8 @@ services:
3
ocrpdf:
4
image: ghcr.io/ophiosdev/ocrpdf:latest
5
container_name: ocrpdf
6
+ network_mode: bridge
7
+ command: run
8
environment:
9
SMB_UNC_PATH: "${SMB_UNC_PATH}"
10
SMB_USERNAME: "${SMB_USERNAME}"
0 commit comments