Skip to content

Commit

Permalink
ITSM-4296: adding stg for website
Browse files Browse the repository at this point in the history
  • Loading branch information
cintiadr committed Apr 2, 2021
1 parent 01592a7 commit b009ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/wordpress-stg/docker-compose.yml
Expand Up @@ -3,12 +3,12 @@ version: '3.1'
services:

wordpress:
image: wordpress:4.9.8
image: wordpress:4.9.1
restart: always
depends_on:
- mysql
ports:
- 8080:80
- 8081:80
environment:
WORDPRESS_DB_PASSWORD: ${MYSQL_PASSWORD:-testing123}
WORDPRESS_DB_HOST: ${WORDPRESS_DB_HOST:-mysql}
Expand Down

0 comments on commit b009ffb

Please sign in to comment.