https://github.com/danibram/docker-symfony-old
https://github.com/danibram/docker-symfony-old
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danibram/docker-symfony-old
- Owner: danibram
- Created: 2015-09-11T06:54:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-11T22:07:28.000Z (almost 11 years ago)
- Last Synced: 2025-12-30T12:35:38.574Z (7 months ago)
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-symfony-old
Docker Image with php symfony composer apache (linked to old symfonys, content folder)
## Example configuration ##
`docker-compose.yml`
### Development ###
app:
image: danibram/docker-symfony-old
ports:
- "80:80"
volumes:
- /var/www/myapp:/var/www/html
## Instructions ##
1. Init docker
2. Go to your website path
3. Run docker-compose up -d
4. Run docker exec -i -t CONTAINER_NAME bash (You can get it running 'docker-compose ps')
5. Inside the website machine run, composer install to start the configuration
6. Enjoy!