Skip to content

Commit a3a8df1

Browse files
committed
Update docker-compose.yaml
1 parent 5937af7 commit a3a8df1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
services:
22
office2pdf:
3-
image: office2pdf-dev
43
build:
54
context: .
65
target: office2pdf-dev
76
platforms:
87
#- linux/amd64
98
- linux/arm64
9+
image: office2pdf-dev
1010
volumes:
1111
- ./:/app/
1212
ports:
13-
- "3000:3000"
13+
- "3000"
1414
tty: true

0 commit comments

Comments
 (0)