Skip to content

Commit

Permalink
Přizpůsobení Dockeru pro verzi Kodim@2
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Aug 27, 2023
1 parent e75e839 commit 37a4fba
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
version: '3'
services:
kodim:
image: onset/kodimcz:1.5.17
image: onset/kodimcz:2.0.0-beta.1
restart: always
ports:
- '3000:3000'
links:
- mongo
volumes:
- ./:/content/kurzy/kurz
mongo:
image: mongo
ports:
- '27017:27017'

0 comments on commit 37a4fba

Please sign in to comment.