Última atividade 1688620081

Create a custom PS1 variable for your Bash.

Revisão ac9756ea3b18082efa6a75bd221f7990ae640f95

gistfile1.txt Bruto
1version: '2'
2services:
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
11networks:
12 default:
13 name: monitoring-net
14 external: true