This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Merge pull request
#759
from Wonderfall/master
use alpine-based official images
closed-social-glitch-2
Eugen
7 years ago
committed by
GitHub
parent
6b9c50117f
b7beb4368c
commit
71b9205679
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
docker-compose.yml
+ 2
- 2
docker-compose.yml
View File
@ -2,10 +2,10 @@ version: '2'
services:
db:
restart
:
always
image
:
postgres
image
:
postgres
:alpine
redis:
restart
:
always
image
:
redis
image
:
redis
:alpine
web:
restart
:
always
build
:
.
Write
Preview
Loading…
Cancel
Save