https://github.com/timkelty/craftcms-docker-compose
https://github.com/timkelty/craftcms-docker-compose
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timkelty/craftcms-docker-compose
- Owner: timkelty
- Created: 2022-01-14T14:05:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T03:27:34.000Z (over 4 years ago)
- Last Synced: 2025-10-06T20:47:54.485Z (8 months ago)
- Language: Twig
- Size: 34.2 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```
cp .env.example .env
docker-compose run --rm console composer install
docker-compose up -d
open http://localhost:8080/admin
```