Skip to content

Commit

Permalink
exposing port not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Feb 29, 2024
1 parent d3f4293 commit cdca866
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lila.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lila integration test
name: Lila integration test

on:
- push
Expand All @@ -15,8 +15,6 @@ jobs:
lila:
image: ghcr.io/lichess-org/lila-docker:ci
options: --restart=always
ports:
- 9663:9663
env:
MONGO_URL: mongodb://mongodb?appName=lila
REDIS_URL: redis://redis
Expand Down

0 comments on commit cdca866

Please sign in to comment.