Skip to content

Commit 7781aa6

Browse files
committed
try publishing the ports on compose
1 parent f920481 commit 7781aa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_checks_v2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Start Simple Service
2525
run: |
26-
docker compose -f ".github/docker/simple-server.compose.yml" up -d
26+
docker compose -f ".github/docker/simple-server.compose.yml" --publish 8420:3000 up -d
2727
sleep 2
2828
docker ps
2929

0 commit comments

Comments
 (0)