Skip to content

Commit 0a0813d

Browse files
committed
chore: add network mode and command to OCRPDF service
1 parent 7980f34 commit 0a0813d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ services:
33
ocrpdf:
44
image: ghcr.io/ophiosdev/ocrpdf:latest
55
container_name: ocrpdf
6+
network_mode: bridge
7+
command: run
68
environment:
79
SMB_UNC_PATH: "${SMB_UNC_PATH}"
810
SMB_USERNAME: "${SMB_USERNAME}"

0 commit comments

Comments
 (0)