Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 强力驱动 ⋅ 20ms

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

description:sync gists with given description

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

all:systemctl search all fields

登录 注册

fedia

加入于 3 years ago

所有 Gists 1
最近 创建 最早 创建 最近 更新 最早 更新

fedia / $ _ Bash Prompt Generator

最后活跃于 3 months ago

Create a custom PS1 variable for your Bash.

0 0 1
1 version: '2'
2 services:
3 nginx:
4 image: docker.io/bitnami/nginx:1.23
5 restart: unless-stopped
6 container_name: bashrc
7 ports:
8 - '6013:8080'
9 volumes:
10 - ./app:/app