Skip to content

Commit

Permalink
Merge branch 'master' into 481-docasne-skryt-overeni-pristupu
Browse files Browse the repository at this point in the history
  • Loading branch information
podlomar authored Aug 28, 2023
2 parents e131e1a + 46286e1 commit ebedcea
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 ebedcea

Please sign in to comment.