Dockerfile
This commit is contained in:
@@ -25,9 +25,6 @@ services:
|
||||
image: bitdeals/apostol-dm
|
||||
container_name: bitdeals-dm
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=UTC
|
||||
- TESTNET=1 #optional
|
||||
- BITCOIN=<address> #optional
|
||||
- FEE=<0.1%> #optional
|
||||
@@ -40,8 +37,8 @@ services:
|
||||
volumes:
|
||||
- bitdeals-conf:/etc/dm
|
||||
ports:
|
||||
- 4977:4977/tcp
|
||||
- 80:80/tcp
|
||||
- 4977:4977
|
||||
- 80:80
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user