Skip to content

Commit

Permalink
Sync DAMP with Dev branch
Browse files Browse the repository at this point in the history
Updated the rsyslog image to version 3.19.1 and the DAMP image to version 12.6-php8.3 in docker-compose.yml.
  • Loading branch information
zablose committed Sep 2, 2024
1 parent dbfd5d0 commit 3ceb59b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build:
context: ./docker-damp/
dockerfile: ./docker/files/rsyslog.df
image: zablose-rsyslog:3.11
image: zablose-rsyslog:3.19.1
container_name: captcha-rsyslog
ports:
- '${DAMP_PORT_SYSLOG}:514'
Expand All @@ -23,7 +23,7 @@ services:
- ARG_USER_ID=${DAMP_USER_ID}
- ARG_USER_NAME=${DAMP_USER_NAME}
- ARG_WEB_DIR=${DAMP_WEB_DIR}
image: zablose-damp:10.8-php8.0
image: zablose-damp:12.6-php8.3
container_name: captcha-damp
ports:
- '${DAMP_PORT_HTTP}:80'
Expand Down

0 comments on commit 3ceb59b

Please sign in to comment.