Skip to content

Commit 80e0464

Browse files
committed
(#39) codingteam.org.ru: deal with the ports on Docker
1 parent a4a6aa1 commit 80e0464

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

xmpp2/codingteam.org.ru.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@
3333
image_name_mismatch: recreate
3434
image: codingteam/codingteam.org.ru:{{ codingteam_org_ru_version }}
3535
published_ports:
36-
- 80:5000
36+
- '5000:5000'
3737
restart_policy: unless-stopped
3838
default_host_ip: ''
39+
env:
40+
ASPNETCORE_URLS: "http://+:5000" # otherwise, it can't be reached (listens to "localhost" only?)
3941
notify: Prune Docker
4042

4143
- name: Set up the nginx configuration file

0 commit comments

Comments
 (0)