Opengist Logo Docker Compose

Explore

  • Tutti i gists
  • Topics
  • Users
Copyright © 2019 – 2026 mariushosting - All Rights Reserved.
Give feedback on the new UI Creato da Opengist ⋅ 20ms

user:thomas utente che ha creato il gist

title:mygist titolo del gist

description:sync gists with given description

filename:myfile.txt nome di file nel gist

extension:yml estensione del file nel gist

language:go linguaggio del file nel gist

topic:homelab Gist con l'argomento dato

all:systemctl search all fields

Entra Registrati

fedia

Unito 3 years ago

Tutti i gists 1
Più recente creazione Meno recente creazione Più recente aggiornamento Meno recente aggiornamento

fedia / $ _ Bash Prompt Generator

Ultima volta attivo 2 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