Skip to content

Commit 6a5819a

Browse files
author
None
committedMar 28, 2018
Rename silvercomplete in docker-compose stuff
1 parent 0283ee8 commit 6a5819a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SILVERCOMPLETE_HOST=etcd:2379
1+
SILVERKEY_HOST=etcd:2379

‎docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ services:
3131
build:
3232
context: .
3333
dockerfile: Dockerfile.client
34-
image: metacoma/silvercomplete-client:latest
34+
image: metacoma/silverkey-client:latest
3535
environment:
3636
- DISPLAY
37-
- SILVERCOMPLETE_HOST
37+
- SILVERKEY_HOST
3838
volumes:
3939
- "/tmp/.X11-unix:/tmp/.X11-unix:rw"
4040
# required to run gui from non-root user inside a docker container
@@ -45,7 +45,7 @@ services:
4545
# - "/etc/sudoers.d:/etc/sudoers.d:ro"
4646

4747
networks:
48-
silvercomplete:
48+
silverkey:
4949

5050
volumes:
5151
etcd:

0 commit comments

Comments
 (0)
Please sign in to comment.