Skip to content

Commit

Permalink
add missing environ var for wordpress
Browse files Browse the repository at this point in the history
  • Loading branch information
cr0hn committed Jun 27, 2019
1 parent f90efc6 commit 76177c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion swarm-stack.yml
Expand Up @@ -11,6 +11,9 @@ services:
- mysql
environment:
WORDPRESS_DB_PASSWORD: my-secret-pw
WORDPRESS_DB_HOST: mysql
WORDPRESS_DB_NAME: wordpress
WORDPRESS_DB_USER: root
volumes:
- wordpress-data:/var/www/html
networks:
Expand Down Expand Up @@ -76,4 +79,4 @@ networks:
nginx-net:
driver: overlay
redis-net:
driver: overlay
driver: overlay

0 comments on commit 76177c7

Please sign in to comment.