Merge pull request #103 from darkrasid/master
add log dir volume option on docker-compose file
This commit is contained in:
		
						commit
						7b478061f1
					
				| @ -23,6 +23,7 @@ app: | |||||||
|   volumes: |   volumes: | ||||||
|     - ./volumes/app/mattermost/config:/mattermost/config:rw |     - ./volumes/app/mattermost/config:/mattermost/config:rw | ||||||
|     - ./volumes/app/mattermost/data:/mattermost/data:rw |     - ./volumes/app/mattermost/data:/mattermost/data:rw | ||||||
|  |     - ./volumes/app/mattermost/logs:/mattermost/logs:rw | ||||||
|     - /etc/localtime:/etc/localtime:ro |     - /etc/localtime:/etc/localtime:ro | ||||||
|   environment: |   environment: | ||||||
|   # set same as db environment |   # set same as db environment | ||||||
|  | |||||||
| @ -26,6 +26,7 @@ services: | |||||||
|     volumes: |     volumes: | ||||||
|       - ./volumes/app/mattermost/config:/mattermost/config:rw |       - ./volumes/app/mattermost/config:/mattermost/config:rw | ||||||
|       - ./volumes/app/mattermost/data:/mattermost/data:rw |       - ./volumes/app/mattermost/data:/mattermost/data:rw | ||||||
|  |       - ./volumes/app/mattermost/logs:/mattermost/logs:rw | ||||||
|       - /etc/localtime:/etc/localtime:ro |       - /etc/localtime:/etc/localtime:ro | ||||||
|     environment: |     environment: | ||||||
|       # set same as db credentials and dbname |       # set same as db credentials and dbname | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Pan Luo
						Pan Luo