Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/nexus4880/Fuyu into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus4880 committed Dec 20, 2024
2 parents 7b891d4 + e3302b2 commit 449595d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ docker build -t fuyu-backend:latest .
### DOCKER_PROCESS
If defined changes the method of keeping the process alive from `Console.ReadLine` to listen for a SIGTERM. This is defined within the Dockerfile itself.

### FORCE_IP
This is required for Docker. The value should be the IP of the network adapter you want to bind the HTTP servers to, or "*" for any.

### BACKEND_IP
The IP to report to clients, this would be a WAN IP if exposed to WAN.

Expand All @@ -38,6 +41,7 @@ services:
- 8010:8010
environment:
BACKEND_IP: 192.168.0.50
FORCE_IP: "*"
EFT_PORT: 8010

#$ cat ./Dev/docker-compose.yml
Expand All @@ -52,6 +56,7 @@ services:
- 10810:8010
environment:
BACKEND_IP: 192.168.0.50
FORCE_IP: "*"
EFT_PORT: 10810

# The resulting file structure
Expand Down

0 comments on commit 449595d

Please sign in to comment.