Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dd261a8

Browse files
author
Pubudu Perera
committedSep 3, 2019
Fixed repo url in docker-compose
1 parent 0129913 commit dd261a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ services:
1414
AWS_DEFAULT_REGION: ap-southeast-1
1515
AWS_ACCESS_KEY_ID: ${AWS_ACCESS_KEY_ID:?AWS_ACCESS_KEY_ID}
1616
AWS_SECRET_ACCESS_KEY: ${AWS_SECRET_ACCESS_KEY:?AWS_SECRET_ACCESS_KEY}
17-
REPO_URL: ${REPO_URL}
17+
REPO_URL: ${REPO_URL}/releases
1818
VERSION: ${REVISION:-TRAVIS_COMMIT}

0 commit comments

Comments
 (0)
Please sign in to comment.