Update docker-compose2.yml

pull/10/head
Esteban Mackay Q. 8 months ago committed by GitHub
parent 322f4a0924
commit 860ef90a3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -7,8 +7,8 @@ services:
mem_reservation: 600m
# Before enabling local mapping, download the file to the host machine:
# docker cp adn-server:/opt/ADN-DMR-Peer-Server/config/adn.cfg .
# volumes:
# - './adn.cfg:/opt/ADN-DMR-Peer-Server/config/adn.cfg:ro'
volumes:
- './adn.cfg:/opt/ADN-DMR-Peer-Server/config/adn.cfg:ro'
# ports:
#Change the below to inlude ports used for your OBP(s)
# - '62041:62041/udp'
@ -38,8 +38,8 @@ services:
restart: "always"
# Before enabling local mapping, download the file to the host machine:
# docker cp monitor:/opt/FDMR-Monitor/fdmr-mon.cfg .
# volumes:
# - './fdmr-mon.cfg:/opt/FDMR-Monitor/fdmr-mon.cfg:ro'
volumes:
- './fdmr-mon.cfg:/opt/FDMR-Monitor/fdmr-mon.cfg:ro'
ports:
- '80:80/tcp'
- '443:443/tcp'

Loading…
Cancel
Save

Powered by TurnKey Linux.