Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

scho-to/dockerized-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerized-symfony

My first docker experiment.

Usage

  1. You need to have docker (and docker-compose) installed.
  2. clone this repo
  3. use the composer container as a utility to generate a symfony project as in the official symfony docs. Omit the version if you want the latest symfony version:
docker-compose run --rm composer create-project symfony/skeleton:"^5.4" .

This will create the minified symfony project in the "symfony" folder without any extensions or expansions from the flex network 4. run the php-enabled abache server:

docker-compose up -d --build server
  1. go to localhost:8000 to open your browser. You should see the symfony startpage. Done :)

Configuration

You can configure the dockerfiles in the "dockerfiles" folder. There you can also change the standard-port of 8000 to something else.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published