Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run ? #17

Open
nsakibp opened this issue Aug 27, 2022 · 1 comment
Open

How to run ? #17

nsakibp opened this issue Aug 27, 2022 · 1 comment

Comments

@nsakibp
Copy link

nsakibp commented Aug 27, 2022

Hi
Seems Great job

How to run / install this stack?
As I can see no docker compose file here

Thanks in advance

@oliverjuice
Copy link

oliverjuice commented Sep 23, 2024

services:
  wordpress-test:
    image: luizeof/dockerpress
    restart: always
    ports:
      - "7080:7080"
      - "81:80"
    environment:
      WORDPRESS_DB_HOST: [databaseaddress]
      WORDPRESS_DB_PORT: 3306
      WORDPRESS_DB_NAME: [databasename]
      WORDPRESS_DB_PASSWORD: [databasepassword]
      WORDPRESS_DB_USER: [databaseuser]
      VIRTUAL_HOST: [websitedomain]
      ADMIN_EMAIL: [adminemailaddress]
      WP_DEBUG: false
    volumes:
      - ${PWD}/public:/var/www/html

replace all things in [] with relevant information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants