Skip to content

Commit df11079

Browse files
committed
tryout testcontainers
1 parent afccb42 commit df11079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ services:
6868

6969
json_server:
7070
<<: *test-service
71-
image: testcontainers/json-server:latest
72-
environment:
73-
- JSON_SERVER_PORT=8010
71+
image: vimagick/json-server
72+
command: -H 0.0.0.0 -p 8010 -w db.json
73+
restart: always
7474
ports:
7575
- 8010:8010
7676
volumes:

0 commit comments

Comments
 (0)