mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Update translations
This commit is contained in:
parent
c7cd537b4d
commit
9dc3c97c79
9 changed files with 853 additions and 95 deletions
|
|
@ -73,6 +73,17 @@ services:
|
|||
- ./:/var/www
|
||||
- ./.docker/nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
- ./.docker/.cache/nginx/tmp:/tmp
|
||||
tx:
|
||||
build:
|
||||
context: ./.docker/tx
|
||||
hostname: tx
|
||||
container_name: rl.tx
|
||||
working_dir: /var/www
|
||||
command: sh -c 'tx --version'
|
||||
volumes:
|
||||
- ./:/var/www
|
||||
- ./.docker/.cache/tx/root:/root
|
||||
- ./.docker/.cache/tx/tmp:/tmp
|
||||
|
||||
volumes:
|
||||
mysql:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue