added a missing translation
This commit is contained in:
parent
649cb5c66b
commit
e3185fce1a
@ -37,4 +37,5 @@ for e in "${!APACHE_@}"; do
|
||||
fi
|
||||
done
|
||||
|
||||
exec apache2 -DFOREGROUND "$@"
|
||||
# start the mysql service and run the httpd server in the foreground
|
||||
service mysql start && sleep 2 && exec apache2 -DFOREGROUND "$@"
|
||||
|
5
codepot/docker/readme.txt
Normal file
5
codepot/docker/readme.txt
Normal file
@ -0,0 +1,5 @@
|
||||
Run the service
|
||||
docker run rm -dit --restart unless-stopped --name codepot -p 7000:80 codepot:ubnt20.04
|
||||
|
||||
Run the shell on the existing container
|
||||
docker exec -it codepot /bin/bash
|
@ -111,6 +111,7 @@ $lang['System'] = 'Sistem';
|
||||
$lang['Tag'] = 'Label';
|
||||
$lang['Text'] = 'Teks';
|
||||
$lang['Time'] = 'Waktu';
|
||||
$lang['Toggle View'] = 'Toggle View';
|
||||
$lang['Top committers'] = 'Top committers';
|
||||
$lang['Top projects'] = 'Top projects';
|
||||
$lang['Type'] = 'Type';
|
||||
|
@ -112,6 +112,7 @@ $lang['System'] = '시스템';
|
||||
$lang['Tag'] = '태그';
|
||||
$lang['Text'] = '본문';
|
||||
$lang['Time'] = '시간';
|
||||
$lang['Toggle View'] = '뷰변경';
|
||||
$lang['Top committers'] = '톱 커미터';
|
||||
$lang['Top projects'] = '톱 프로젝트';
|
||||
$lang['Type'] = '종류';
|
||||
|
Loading…
Reference in New Issue
Block a user