Skip to content

Commit 53b8656

Browse files
committed
Fix docker conf
1 parent 7765675 commit 53b8656

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

examples/docker-conf/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
services:
22
couchbase-server:
3-
image: couchbase-server:dev
43
ports:
54
- "8091:8091" # REST(admin), Web console
65
- "8093:8093" # Query service REST/HTTP traffic

examples/docker-conf/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ echo
1717
echo 'Updating sync function...'
1818
curl -XPUT -v "http://sg:4985/${DB_NAME}/_config/sync" -H 'Content-Type: application/javascript' --data-binary @sync-function.js
1919

20-
echo 'END SG Update'
20+
echo 'END SG Update'

examples/docker-conf/wait-for-couchbase-server.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@ echo "CB ready, starting SG"
1515
sleep 5
1616

1717
/entrypoint.sh -bootstrap.use_tls_server=false $SG_CONFIG_PATH
18-
19-

0 commit comments

Comments
 (0)