Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit ed26ddb

Browse files
committed
Fix bad branch.
1 parent 92fe391 commit ed26ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ services:
99
- TAG=client
1010
- REDIS_SERVICE_HOST=redis
1111
- REDIS_PORT=6379
12-
- LASP_BRANCH=compose
12+
- LASP_BRANCH=master
1313
- DOCKER_COMPOSE=true
1414
build: .
1515
lasp-server:
1616
environment:
1717
- TAG=server
1818
- REDIS_SERVICE_HOST=redis
1919
- REDIS_PORT=6379
20-
- LASP_BRANCH=compose
20+
- LASP_BRANCH=master
2121
- DOCKER_COMPOSE=true
2222
build: .

0 commit comments

Comments
 (0)