Opengist Logo Docker Compose

Explore

  • 所有 Gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI 由 Opengist 提供支持 ⋅ 21ms

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 with given topic

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