https://github.com/damir-sijakovic/docker_symfony
Docker with Symfony for Linux.
https://github.com/damir-sijakovic/docker_symfony
bash docker linux php php74 symfony
Last synced: 3 months ago
JSON representation
Docker with Symfony for Linux.
- Host: GitHub
- URL: https://github.com/damir-sijakovic/docker_symfony
- Owner: damir-sijakovic
- License: mit
- Created: 2021-05-28T11:28:51.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T18:54:00.000Z (about 5 years ago)
- Last Synced: 2024-10-12T10:31:18.551Z (over 1 year ago)
- Topics: bash, docker, linux, php, php74, symfony
- Language: Dockerfile
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker with Symfony
## Docker compose with:
* Apache v2.4.38 (Debian)
* PHP v7.4
* MariaDB 10.5.9
* Symfony latest
## install.sh
This script will install or re-install everything.
## Start containers
Run `start.sh`.
## Project ports
* localhost:7070 - Symfony
* localhost:8080 - phpMyAdmin
## File permissions issues
Run `fix_permissions.sh`.
## Other PHP versions
In `Dockerfile` un-comment other PHP versions and run `install.sh`.
## MariaDB Access
user: `dsijakSymfony`
pass: `dsijakSymfony`
## server_shell.sh
Run this script to get `composer` and `symfony maker bundle` commands inside containers terminal.
## Any issues?
Install `Portainer` and remove all active containers and volumes and then run `start.sh`.
## Created/tested with:
5.4.118-1-MANJARO/xfce4, docker, portainer.
## Have Fun!