Skip to content

Commit 66319ad

Browse files
committed
Reference CABLE_PORT
Not referencing this was an oversight.
1 parent a4c16a8 commit 66319ad

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Changelog](https://keepachangelog.com/en/1.0.0/).
99

1010
### Changed
1111

12+
- Reference `CABLE_PORT` in `compose.yaml`
13+
1214
#### Back-end dependencies
1315

1416
- Update `rails` to `7.2.0` (check [this commit](https://github.com/nickjj/docker-rails-example/commit/a23dddb802b8d98100ca43c4cad34969f61919f6) for more details)

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ services:
109109
cpus: "${DOCKER_CABLE_CPUS:-0}"
110110
memory: "${DOCKER_CABLE_MEMORY:-0}"
111111
ports:
112-
- "${DOCKER_CABLE_PORT_FORWARD:-127.0.0.1:28080}:28080"
112+
- "${DOCKER_CABLE_PORT_FORWARD:-127.0.0.1:28080}:${CABLE_PORT:-28080}"
113113
profiles: ["cable"]
114114

115115
js:

0 commit comments

Comments
 (0)