updated container_name
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
|||||||
|
|
||||||
wordpress:
|
wordpress:
|
||||||
image: wordpress:latest
|
image: wordpress:latest
|
||||||
|
container_name: wordpress
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- 8080:80 # change
|
- 8080:80 # change
|
||||||
@@ -19,8 +20,8 @@ services:
|
|||||||
|
|
||||||
db:
|
db:
|
||||||
image: linuxserver/mariadb:latest
|
image: linuxserver/mariadb:latest
|
||||||
restart: always
|
|
||||||
container_name: wordpress-mariadb
|
container_name: wordpress-mariadb
|
||||||
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
- MYSQL_USER="zino" # change
|
- MYSQL_USER="zino" # change
|
||||||
- MYSQL_PASSWORD="9JMarSLGiwRKM6fb" # change
|
- MYSQL_PASSWORD="9JMarSLGiwRKM6fb" # change
|
||||||
|
|||||||
Reference in New Issue
Block a user