Browse Source

update image value.

Current setting will cause following error: `ERROR: pull access denied for shadowsocks-libev, repository does not exist or may require 'docker login'`, this update fixes this.
pull/2064/head
Cheng Zhen 6 years ago
committed by GitHub
parent
commit
6ddbecc10f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      docker/alpine/docker-compose.yml

2
docker/alpine/docker-compose.yml

@ -1,5 +1,5 @@
shadowsocks: shadowsocks:
image: shadowsocks-libev
image: shadowsocks/shadowsocks-libev
ports: ports:
- "8388:8388/tcp" - "8388:8388/tcp"
- "8388:8388/udp" - "8388:8388/udp"

Loading…
Cancel
Save