Skip to content

Commit 46fd322

Browse files
jlevequelguohan
authored andcommitted
[docker-database] Add missing '%' in '%syslogtag%' (#2434)
1 parent c6dfbd8 commit 46fd322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockers/docker-database/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM docker-config-engine
22

33
ARG docker_container_name
4-
RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#syslogtag%/;" /etc/rsyslog.conf
4+
RUN [ -f /etc/rsyslog.conf ] && sed -ri "s/%syslogtag%/$docker_container_name#%syslogtag%/;" /etc/rsyslog.conf
55

66
# Make apt-get non-interactive
77
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)