fedia / $ _ Bash Prompt Generator
0 likes
0 forks
1 files
Last active
Create a custom PS1 variable for your Bash.
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 |
Newer
Older