yesnaster / docker-compose.yml
1 likes
1 forks
1 files
Last active
1 | version: "3" |
2 | |
3 | services: |
4 | opengist: |
5 | image: ghcr.io/thomiceli/opengist:1 |
6 | container_name: opengist |
7 | restart: unless-stopped |
8 | ports: |
9 | - "6157:6157" # HTTP port |
10 | - "2222:2222" # SSH port, can be removed if you don't use SSH |
asdf / gist:fd1fbd312d424a5896bc5dafcad661dc
0 likes
0 forks
1 files
Last active
1 | if ($notModified) { |
2 | self::$bytesSentToBrowser = 0; |
3 | return false; |
4 | } |
Mwnffndj / Example.ts
0 likes
0 forks
1 files
Last active
1 | export function no() { |
2 | return 0 |
3 | } |
Newer
Older