mirror of https://github.com/nucypher/nucypher.git
fix some port config and missed stable specs
parent
71e318cbb9
commit
22f67de072
|
@ -10,8 +10,8 @@
|
|||
state: directory
|
||||
mode: '0755'
|
||||
|
||||
- name: "pull ethereum/client-go:latest"
|
||||
- name: "pull ethereum/client-go:stable"
|
||||
become: yes
|
||||
docker_image:
|
||||
name: ethereum/client-go:latest
|
||||
name: ethereum/client-go:stable
|
||||
source: pull
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
volumes:
|
||||
- /home/nucypher/geth:/root
|
||||
ports:
|
||||
- "8545/tcp"
|
||||
- "30303/tcp"
|
||||
- "8546/tcp"
|
||||
- "30303/udp"
|
||||
- "8545:8545/tcp"
|
||||
- "30303:30303"
|
||||
- "8546:8546/tcp"
|
||||
|
|
Loading…
Reference in New Issue