Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Commit

Permalink
Added log dir to volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
mahype committed Jun 22, 2017
1 parent d781f7e commit 227ced8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
restart: always
volumes:
- ./src:/var/www/html/wp-content
- ./log:/var/log
environment:
WORDPRESS_DB_HOST: db:3306
WORDPRESS_DB_PASSWORD: p4ssw0rd!
Expand Down

0 comments on commit 227ced8

Please sign in to comment.