Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=libops/wp:nginx-1.30.3-php84@sha256:cb111e41b310214b4bea8b3ee75dac2246b8845bc07e89cbe2ed6ebe89ef2d05
ARG BASE_IMAGE=libops/wp:nginx-1.30.3-php84@sha256:bb11782ca6c7cbb44fccdfd79f8f0882bcb38729f93b744bf2aa62cf0f30de12
FROM ${BASE_IMAGE}

ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.override-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
ports:
- "3306:3306"
mailpit:
image: axllent/mailpit:v1.30@sha256:5a49a77c5bdbe7c5474450b4f46348d09949df3695257729c93a30369382d4f6
image: axllent/mailpit:v1.30@sha256:b868afa176bfd6cce2323ea316cd99ccad77915e51e595748f6d786700ecf109
ports:
- "1025:1025"
- "8025:8025"
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
start_period: 10s

init:
image: libops/base:3.2.2.0@sha256:c352cf640f32e37e0a4372cb96bba4aa9be1ea05b78441f744c75a5dd7534b28
image: libops/base:3.2.2.0@sha256:d4da77a62c6dead3d52c0e0cc4f38647379d7edd8b2be7b17a2cce06d469b545
restart: no
working_dir: /
volumes:
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
start_period: 5m

database-init:
image: libops/base:3.2.2.0@sha256:c352cf640f32e37e0a4372cb96bba4aa9be1ea05b78441f744c75a5dd7534b28
image: libops/base:3.2.2.0@sha256:d4da77a62c6dead3d52c0e0cc4f38647379d7edd8b2be7b17a2cce06d469b545
restart: "no"
networks:
default:
Expand All @@ -130,7 +130,7 @@ services:

mariadb:
<<: *common
image: libops/mariadb:11@sha256:e629d8de6b3831aed084111cbb2eccd507b8b11cf513f1b3c27269c0f136ae2d
image: libops/mariadb:11@sha256:7e0eb90c7cba204b62e8bed72fba00193cbc2e50072fc6e40a6fab8de4b0b857
volumes:
- mariadb-data:/var/lib/mysql:rw
secrets:
Expand Down