Skip to content

Instantly share code, notes, and snippets.

@sudmed
Last active April 10, 2023 07:30
Show Gist options
  • Save sudmed/494f98432e022414e3203711288addbd to your computer and use it in GitHub Desktop.
Save sudmed/494f98432e022414e3203711288addbd to your computer and use it in GitHub Desktop.
Трансляция портов в docker
ports:
  - "127.0.0.1:9011:80"
  - "${INT_NETWORK}:9011:80"
  - "${EXT_NETWORK}:9011:80"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment