fix some port config and missed stable specs

pull/2624/head
damon 2021-04-08 11:00:23 -07:00
parent 71e318cbb9
commit 22f67de072
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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"