root / docker-compose
0 Lajky
0 Forky
1 Soubory
Naposledy aktivní
1 | version: "3" # 表示该docker-compose.yml文件使用的是Version 3 |
2 | services: # 为project定义服务 |
3 | nginx: # 指定服务名称 |
4 | image: nginx # 指定服务所使用的镜像 |
5 | ports: # 暴露端口信息 |
6 | - 80:80 |
7 | volumes: |
8 | - ./html:/usr/share/nginx/html |
9 | - ./conf.d:/etc/nginx/conf.d |
10 | - ./nginx.conf:/etc/nginx/nginx.conf |
root / gist:30648fe36d004085b5f45e4afcd454ce
0 Lajky
0 Forky
1 Soubory
Naposledy aktivní
1 | https://ui.shadcn.com/ |
root / gist:c8f88e8a2f2a4fb3af212bb8bd65b3d1
0 Lajky
0 Forky
1 Soubory
Naposledy aktivní
1 | # WARNING: This value is valid only in the following conditions |
2 | # 1. If provided manually (either via `GITLAB_ROOT_PASSWORD` environment variable or via `gitlab_rails['initial_root_password']` setting in `gitlab.rb`, it was provided before database was seeded for the first time (usually, the first reconfigure run). |
3 | # 2. Password hasn't been changed manually, either via UI or via command line. |
4 | # |
5 | # If the password shown here doesn't work, you must reset the admin password following https://docs.gitlab.com/ee/security/reset_user_password.html#reset-your-root-password. |
6 | |
7 | Password: pnKcqZIhbjQBelh2N8KOlH4TyfwFOJtjQVmj2vKVcbI= |
8 | |
9 | # NOTE: This file will be automatically deleted in the first reconfigure run after 24 hours. |
root / gist:0fe8e9e7f2304f58ba14608af914dbca
0 Lajky
0 Forky
1 Soubory
Naposledy aktivní
1 | test |
Novější
Starší