1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-11-21 23:55:17 -05:00

Compare commits

...

2 Commits

Author SHA1 Message Date
74e4e2c4f5
Merge pull request #95 from ranguli/patch-1 2022-10-26 22:19:20 -04:00
ranguli
b1db08a08c
Allow web interface when running in Docker 2022-10-26 20:03:42 -02:30

View File

@ -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