Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 413 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 413 Bytes

docker-compose-lamp

Bare bones docker compose LAMP stack

Suggested directory structure

  .projectname
  ├── docker        # contains docker-compose related configurations
  ├── appcode       # contains the application code
  ├──── public      # the document root

Utils

# use 'docker' for password
# APP_CODE_NAME is set in the .env file
ssh [email protected] -p32822