This website works better with JavaScript.
Home
Explore
Help
Sign In
jyt94
/
closedSocialMastodon
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
docker-compose: Only bind ports 3000 and 4000 on localhost. (
#7138
)
closed-social-v3
Valentin Lorentz
6 years ago
committed by
Eugen Rochko
parent
fed0b5ed04
commit
1e87ed44d5
1 changed files
with
2 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
docker-compose.yml
+ 2
- 2
docker-compose.yml
View File
@ -40,7 +40,7 @@ services:
-
external_network
-
external_network
-
internal_network
-
internal_network
ports:
ports:
-
"3000:3000"
-
"
127.0.0.1:
3000:3000"
depends_on:
depends_on:
-
db
-
db
-
redis
-
redis
@ -60,7 +60,7 @@ services:
-
external_network
-
external_network
-
internal_network
-
internal_network
ports:
ports:
-
"4000:4000"
-
"
127.0.0.1:
4000:4000"
depends_on:
depends_on:
-
db
-
db
-
redis
-
redis
Write
Preview
Loading…
Cancel
Save