File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,15 @@ services:
3434 hostname : sync-gateway
3535 container_name : sync-gateway
3636 depends_on :
37- - couchbase
37+ - couchbase-server
3838 working_dir : /docker-syncgateway
3939 stdin_open : true
4040 tty : true
4141 networks :
4242 - workshop
4343 entrypoint : [""]
4444 command : sh -c "/opt/couchbase-sync-gateway/init/init-syncgateway.sh"
45+
4546networks :
4647 workshop :
47- driver : bridge
48+ driver : bridge
Original file line number Diff line number Diff line change 11FROM couchbase/sync-gateway:latest AS stage_base
22COPY sync-gateway.json /etc/sync_gateway/config.json
3- COPY init-syncgateway.sh /opt/couchbase-sync-gateway/init/init-syncgateway.sh
3+ COPY init-syncgateway.sh /opt/couchbase-sync-gateway/init/init-syncgateway.sh
You can’t perform that action at this time.
0 commit comments