Update docker-compose2.yml

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

Loading…
Cancel
Save

Powered by TurnKey Linux.