Skip to content

Commit

Permalink
Some changes on compose files, updated .gitignore
Browse files Browse the repository at this point in the history
- Moved backups volume to ./backups
- Removed single quotes on volume definitions
  • Loading branch information
juanluisbaptiste committed Apr 2, 2021
1 parent e83529f commit 0c0bec8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ otrs/backup
*~
config/
volumes*
backups/
.directory
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ services:
# Uncomment if using OTRS_ARTICLE_STORAGE_TYPE=ArticleStorageFS
#- ./volumes/article:/opt/otrs/var/article
- ./volumes/skins:/opt/otrs/var/httpd/htdocs/skins/
- './volumes/backup:/var/otrs/backups'
- './volumes/addons:/opt/otrs/addons'
- ./backups:/var/otrs/backups
- ./volumes/addons:/opt/otrs/addons
- ./volumes/db_upgrade:/opt/otrs/db_upgrade
- '/etc/localtime:/etc/localtime:ro'
- /etc/localtime:/etc/localtime:ro
mariadb:
image: juanluisbaptiste/otrs-mariadb:latest
expose:
Expand Down

0 comments on commit 0c0bec8

Please sign in to comment.