We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4a6aa1 commit 80e0464Copy full SHA for 80e0464
xmpp2/codingteam.org.ru.yml
@@ -33,9 +33,11 @@
33
image_name_mismatch: recreate
34
image: codingteam/codingteam.org.ru:{{ codingteam_org_ru_version }}
35
published_ports:
36
- - 80:5000
+ - '5000:5000'
37
restart_policy: unless-stopped
38
default_host_ip: ''
39
+ env:
40
+ ASPNETCORE_URLS: "http://+:5000" # otherwise, it can't be reached (listens to "localhost" only?)
41
notify: Prune Docker
42
43
- name: Set up the nginx configuration file
0 commit comments