Formatting changes
This commit is contained in:
parent
dccccc747a
commit
d6708eb20b
@ -7,27 +7,17 @@ services:
|
|||||||
- ~/wordpress/database:/var/lib/mysql
|
- ~/wordpress/database:/var/lib/mysql
|
||||||
restart: always
|
restart: always
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
# environment:
|
|
||||||
# - MYSQL_ROOT_PASSWORD=$(MYSQL_ROOT_PASSWORD)
|
|
||||||
# - MYSQL_DATABASE=$(MYSQL_DATABASE)
|
|
||||||
# - MYSQL_USER=$(MYSQL_USER)
|
|
||||||
# - MYSQL_PASSWORD=$(MYSQL_PASSWORD)
|
|
||||||
|
|
||||||
wordpress:
|
wordpress:
|
||||||
image: wordpress:latest
|
image: wordpress:latest
|
||||||
|
volumes:
|
||||||
|
- ~/wordpress/data:/var/www/html
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
ports:
|
ports:
|
||||||
- 8080:80 # change to 80:80 when the shop is ready to go live
|
- 8080:80 # change to 80:80 when the shop is ready to go live
|
||||||
restart: always
|
restart: always
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
# environment:
|
|
||||||
# - WORDPRESS_DB_NAME=${WORDPRESS_DB_NAME}
|
|
||||||
# - WORDPRESS_DB_HOST=${WORDPRESS_DB_HOST}
|
|
||||||
# - WORDPRESS_DB_USER=${WORDPRESS_DB_USER}
|
|
||||||
# - WORDPRESS_DB_PASSWORD=${WORDPRESS_DB_PASSWORD}
|
|
||||||
volumes:
|
|
||||||
- ~/wordpress/data:/var/www/html
|
|
||||||
|
|
||||||
wordpress-cli:
|
wordpress-cli:
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -55,8 +45,3 @@ services:
|
|||||||
- ~/wordpress/data:/var/www/html
|
- ~/wordpress/data:/var/www/html
|
||||||
# WP CLI needs the environment variables used for the Wordpress image
|
# WP CLI needs the environment variables used for the Wordpress image
|
||||||
env_file: ".env"
|
env_file: ".env"
|
||||||
## environment:
|
|
||||||
## - WORDPRESS_DB_NAME=${WORDPRESS_DB_NAME}
|
|
||||||
## - WORDPRESS_DB_HOST=${WORDPRESS_DB_HOST}
|
|
||||||
## - WORDPRESS_DB_USER=${WORDPRESS_DB_USER}
|
|
||||||
## - WORDPRESS_DB_PASSWORD=${WORDPRESS_DB_PASSWORD}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user