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