You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeronet/docker-compose.yml

17 lines
243 B

version: '2'
volumes:
data: {}
services:
zeronet:
7 years ago
container_name: zeronet
image: andrey01/zeronet
7 years ago
build: .
network_mode: bridge
8 years ago
ports:
- 15441:15441
7 years ago
- 127.0.0.1:43110:43110
volumes:
- data:/data