# Conflicts: # dockerfiles/workspace/.shell-aliases
@ -0,0 +1,3 @@
[client]
user = root
password = 123456
@ -74,6 +74,8 @@ services:
inbucket:
image: inbucket/inbucket
restart: always
expose:
- 2500
redis:
image: redis
@ -55,10 +55,14 @@ services:
extends:
file: docker-compose.base.yml
service: pma
ports:
- "81:80"
service: inbucket
- "82:9000"
dnsmasq:
build:
@ -0,0 +1,6 @@
alias gst='git status'
alias ga='git add'
alias gc='git commit -m'
alias gush='git push'
alias gull='git pull'
alias gb='git branch'
@ -1,2 +1,3 @@
/aliases.sh
/.bash_*
!/.bash_.example
/crontab
@ -1,4 +1,5 @@
# syntax = edrevo/dockerfile-plus
# https://github.com/docker-library/php/blob/52062af5056d0cd91fa5ded64fad8f9c82847b49/8.1/bookworm/fpm/Dockerfile
FROM php:8.1-fpm
INCLUDE+ ./php.base.Dockerfile
@ -74,7 +74,7 @@ RUN sed -i 's/\r//' /root/aliases.sh && \
echo "" >> ~/.bashrc && \
echo "# Load Custom Aliases" >> ~/.bashrc && \
echo "source ~/aliases.sh" >> ~/.bashrc && \
echo "" >> ~/.bashrc \
echo "" >> ~/.bashrc
###########################################################################
# ssh: