Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.143.211.215
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
Delete
Unzip
Name
Size
Permission
Date
Action
bin
[ DIR ]
drwxrwxr-x
2022-08-25 14:41
config
[ DIR ]
drwxrwxr-x
2023-08-09 09:32
migrations
[ DIR ]
drwxrwxr-x
2022-09-16 09:49
node_modules
[ DIR ]
drwxrwxr-x
2022-08-30 11:49
public
[ DIR ]
drwxrwxr-x
2022-12-15 15:03
src
[ DIR ]
drwxrwxr-x
2023-08-15 12:20
templates
[ DIR ]
drwxrwxr-x
2023-03-15 11:53
translations
[ DIR ]
drwxrwxr-x
2022-09-21 07:39
var
[ DIR ]
drwxrwxrwx
2022-08-25 14:41
vendor
[ DIR ]
drwxrwxr-x
2023-08-09 09:16
.env
1.92
KB
-rw-r--r--
2022-12-09 22:25
.gitignore
319
B
-rw-r--r--
2022-12-01 07:06
composer.json
2.44
KB
-rw-rw-r--
2023-08-09 09:16
composer.lock
319.58
KB
-rw-rw-r--
2023-08-09 09:16
composer.phar
2.67
MB
-rwxr-xr-x
2022-08-24 13:00
docker-compose.override.yml
247
B
-rw-rw-r--
2022-08-30 10:53
docker-compose.yml
715
B
-rw-rw-r--
2022-08-25 15:07
gulpfile.js
5.88
KB
-rw-rw-r--
2021-11-24 16:23
package-lock.json
1.08
MB
-rw-rw-r--
2022-08-30 11:49
package.json
1020
B
-rw-rw-r--
2022-12-22 17:25
symfony.lock
7.74
KB
-rw-rw-r--
2022-12-22 17:25
Save
Rename
version: '3' services: ###> doctrine/doctrine-bundle ### database: image: postgres:${POSTGRES_VERSION:-14}-alpine environment: POSTGRES_DB: ${POSTGRES_DB:-app} # You should definitely change the password in production POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-!ChangeMe!} POSTGRES_USER: ${POSTGRES_USER:-app} volumes: - db-data:/var/lib/postgresql/data:rw # You may use a bind-mounted host directory instead, so that it is harder to accidentally remove the volume and lose all your data! # - ./docker/db/data:/var/lib/postgresql/data:rw ###< doctrine/doctrine-bundle ### volumes: ###> doctrine/doctrine-bundle ### db-data: ###< doctrine/doctrine-bundle ###