mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-08-22 06:13:49 -07:00
Update wordpress-fpm.subdomain.conf.sample
Forgot the volume for the swag container.
This commit is contained in:
parent
98494544df
commit
b86a891dc6
1 changed files with 30 additions and 27 deletions
|
@ -8,34 +8,37 @@
|
||||||
#
|
#
|
||||||
# version: '3.7'
|
# version: '3.7'
|
||||||
# services:
|
# services:
|
||||||
# ....
|
# swag:
|
||||||
# mariadb:
|
# ....
|
||||||
# image: lscr.io/linuxserver/mariadb:latest
|
# volumes:
|
||||||
# environment:
|
# - ./wordpress:/var/html/www # Mount the files from the Wordpress container in the Swag container
|
||||||
# - PUID=1000
|
# mariadb:
|
||||||
# - PGID=1000
|
# image: lscr.io/linuxserver/mariadb:latest
|
||||||
# - MYSQL_ROOT_PASSWORD=ROOT_ACCESS_PASSWORD # CHANGE THIS
|
# environment:
|
||||||
# - TZ=Europe/London
|
# - PUID=1000
|
||||||
# - MYSQL_DATABASE=wordpress
|
# - PGID=1000
|
||||||
# - MYSQL_USER=wordpress_db_user
|
# - MYSQL_ROOT_PASSWORD=ROOT_ACCESS_PASSWORD # CHANGE THIS
|
||||||
# - MYSQL_PASSWORD=wordpress_db_password # CHANGE THIS
|
# - TZ=Europe/London
|
||||||
# volumes:
|
# - MYSQL_DATABASE=wordpress
|
||||||
# - ./db-data:/config
|
# - MYSQL_USER=wordpress_db_user
|
||||||
# restart: unless-stopped
|
# - MYSQL_PASSWORD=wordpress_db_password # CHANGE THIS
|
||||||
|
# volumes:
|
||||||
|
# - ./db-data:/config
|
||||||
|
# restart: unless-stopped
|
||||||
#
|
#
|
||||||
# wordpress:
|
# wordpress:
|
||||||
# image: wordpress:php8.1-fpm-alpine
|
# image: wordpress:php8.1-fpm-alpine
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ./wordpress:/var/www/html
|
# - ./wordpress:/var/www/html
|
||||||
# environment:
|
# environment:
|
||||||
# WORDPRESS_DB_NAME: wordpress
|
# WORDPRESS_DB_NAME: wordpress
|
||||||
# WORDPRESS_DB_HOST: mariadb
|
# WORDPRESS_DB_HOST: mariadb
|
||||||
# WORDPRESS_DB_USER: wordpress_db_user
|
# WORDPRESS_DB_USER: wordpress_db_user
|
||||||
# WORDPRESS_DB_PASSWORD: wordpress_db_password
|
# WORDPRESS_DB_PASSWORD: wordpress_db_password
|
||||||
# WORDPRESS_CONFIG_EXTRA: |
|
# WORDPRESS_CONFIG_EXTRA: |
|
||||||
# define('WP_HOME','https://wordpress.example.com');
|
# define('WP_HOME','https://wordpress.example.com');
|
||||||
# define('WP_SITEURL','https://wordpress.example.com');
|
# define('WP_SITEURL','https://wordpress.example.com');
|
||||||
# restart: always
|
# restart: always
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue