question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

local to public ip change

See original GitHub issue

cvat tool works fine in localhost:8080 in ubuntu 18.04 but when try to change it to public ip it won’t do anything, i followed all the instruction given in installation page. i did override yml file likes this

# docker-compose.override.yml 
version: "2.3"

services:
  cvat_proxy:
    environment:
      CVAT_HOST: '152.21.5.214'
    ports:
    - "80:3365"
    
  cvat:
    environment:
      ALLOWED_HOSTS: '*'

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

3reactions
azhavorocommented, May 18, 2020

@vasanththangavel Hi format of ports option should be "your public port:80", you should not change the internal port, i.e.

cvat_proxy:
    environment:
      CVAT_HOST: '152.21.5.214'
    ports:
    - "3365:80"

Please use gitter for such questions in the future, also this guide my be usefull https://docs.docker.com/compose/networking/

1reaction
azhavorocommented, Aug 25, 2020

@MrDiudiu could you please attach your compose config?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to change your IP address (6 ways, 5 are free)
How to change your public IP address · 1. Connect to a VPN to change your IP address · 2. Use a proxy...
Read more >
How to Change Your IP Address on a Computer or Phone
You can change your local IP address from the network settings controls menu on a PC, Mac, or phone. · Your public IP...
Read more >
How To Change Your IP Address in 2022 | Security.org
1. Go to System Preferences. 2. Click Network. 3. Click Network Connection.
Read more >
How to Change Your IP Address | 5 Simple Solutions
Switch networks. The simplest way to change the IP address of your device is to switch to a different network. · Reset your...
Read more >
Change public IP address [closed] - Super User
If your router is assigned an IP address by your Internet Service Provider (ISP) via the Dynamic Host Configuration Protocol (DHCP), ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found