mirror of
https://github.com/craigerl/aprsd.git
synced 2025-09-05 14:47:53 -04:00
Allow web interface when running in Docker
This commit is contained in:
parent
1c052a63c0
commit
b1db08a08c
@ -3,6 +3,8 @@ services:
|
|||||||
aprsd:
|
aprsd:
|
||||||
image: hemna6969/aprsd:latest
|
image: hemna6969/aprsd:latest
|
||||||
container_name: aprsd
|
container_name: aprsd
|
||||||
|
ports:
|
||||||
|
- "8001:8001"
|
||||||
volumes:
|
volumes:
|
||||||
- $HOME/.config/aprsd:/config
|
- $HOME/.config/aprsd:/config
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user