2005
b01b6cf420
turns out i was wrong, it was my code that was at fault Few months ago this was working but I guess the API changed...
16 lines
273 B
YAML
16 lines
273 B
YAML
version: "3"
|
|
|
|
services:
|
|
exporter:
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
container_name: i2pd-exporter
|
|
environment:
|
|
- IP=${IP}
|
|
- PORT=${PORT}
|
|
- ROUTER=${ROUTER}
|
|
- PASSWORD=${PASSWORD}
|
|
ports:
|
|
- "${PORT}:${PORT}"
|