Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F2730114
docker-compose.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Mar 13, 7:58 PM
Size
406 B
Mime Type
text/plain
Expires
Sun, Mar 15, 7:58 PM (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
243344
Attached To
rXR Xreate
docker-compose.yml
View Options
version: '2'
services:
phabricator_db:
image: yesnault/docker-phabricator-mysql
ports:
- '8082:3306'
phabricator:
image: yesnault/docker-phabricator
links:
- "phabricator_db:database"
depends_on:
- phabricator_db
ports:
- '8081:80'
volumes:
- phabricator_volume:/opt/
volumes:
phabricator_volume:
driver: local
Event Timeline
Log In to Comment