Skip to content

Commit

Permalink
Improve compose file compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
frafra committed Sep 19, 2023
1 parent df85774 commit 06191f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
name: openrefine
services:
openrefine:
build:
Expand All @@ -24,7 +23,7 @@ services:
ports:
- mode: ingress
target: 3333
published: "3333"
published: 3333
protocol: tcp
volumes:
- type: bind
Expand Down

0 comments on commit 06191f5

Please sign in to comment.