chore: Change ports for debugging docker-compose.yml

The nightly builds should be prioritized for testing during development.
To help with this, they deserve the default port numbers.
pull/124/head
Robert Dailey 2 years ago
parent 2db0faa00c
commit 130eb4a8b1

@ -18,7 +18,7 @@ services:
aliases:
- radarr_latest
ports:
- 7878:7878
- 7879:7878
volumes:
- radarr_latest:/config
environment:
@ -31,7 +31,7 @@ services:
aliases:
- radarr_nightly
ports:
- 7879:7878
- 7878:7878
volumes:
- radarr_nightly:/config
- ./certs:/certs:ro
@ -45,7 +45,7 @@ services:
aliases:
- sonarr_latest
ports:
- 8989:8989
- 8990:8989
volumes:
- sonarr_latest:/config
environment:
@ -58,7 +58,7 @@ services:
aliases:
- sonarr_nightly
ports:
- 8990:8989
- 8989:8989
volumes:
- sonarr_nightly:/config
environment:

Loading…
Cancel
Save