Skip to content

Commit

Permalink
normalize alias examples
Browse files Browse the repository at this point in the history
  • Loading branch information
featheredtoast committed Nov 17, 2024
1 parent 2720304 commit 91ac817
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Uncomment (remove the # character) on both `extra_hosts` lines and replace `192.
EG:
```
extra_hosts:
- "frm-server:192.168.1.100"
- "my-server:192.168.1.100"
```

### Remove environment
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- FRM_PORT=${FRM_PORT:-8080}
- FRM_HOSTS=${FRM_HOSTS:-}
#extra_hosts:
# - "frm-server:192.168.1.100"
# - "my-server:192.168.1.100"
ports:
- "9000:9000"
prometheus:
Expand All @@ -36,7 +36,7 @@ services:
image: featheredtoast/ficsit-remote-monitoring-cache
restart: unless-stopped
#extra_hosts:
# - "frm-server:192.168.1.100"
# - "my-server:192.168.1.100"
environment:
- FRM_HOST=${FRM_HOST:-host.docker.internal}
- FRM_PORT=${FRM_PORT:-8080}
Expand Down

0 comments on commit 91ac817

Please sign in to comment.