update docker-compose.yml

master
Andy 8 years ago
parent fc93696ca2
commit 0cda6c5ade
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

@ -1,20 +1,13 @@
version: '2'
volumes:
data: {}
services:
zeronet:
build: ./
read_only: false
networks:
- isolated
image: andrey01/zeronet
network_mode: bridge
ports:
- 15441:15441
volumes:
- data:/data
volumes:
data: {}
networks:
isolated:
external:
name: isolated

Loading…
Cancel
Save