Skip to content

Instantly share code, notes, and snippets.

View SharronRobins's full-sized avatar

SharronRobins

View GitHub Profile
@SharronRobins
SharronRobins / docker-compose.yml
Created June 18, 2018 04:47
Help please yaml
version: '3'
services:
web:
image: brettt89/silverstripe-web
working_dir: /var/www
ports:
- 8080:80
volumes:
- .:/var/www/html