Skip to content

Commit

Permalink
Fixed copy-paste error in Dockerfile, updated default ADMINER_PORT in…
Browse files Browse the repository at this point in the history
… .env
  • Loading branch information
DavidEdell committed Jan 27, 2025
1 parent 6a4c4f8 commit c242ab4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ LOGSTASH_PORT=5044
LOGSTASH_TCP_UDP_PORT=5000
LOGSTASH_MONITORING_PORT=9600
KIBANA_PORT=5601
ADMINER_PORT=18080
ADMINER_PORT=8080
RENDERER_PORT=8081
RENDERER_HOST_PORT=${DOCKER_CTR_PREFIX}grafana-image-renderer:${RENDERER_PORT}
ION_MGR_PORT=8089
Expand Down
1 change: 0 additions & 1 deletion base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ RUN dnf -y install container-tools
# Container service config
RUN systemctl disable dnf-makecache.timer

CMD [ "/sbin/init" ]

# This image includes common libraries used by the aricodec and anms-core
# containers.
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
image: anms-init
build:
dockerfile: base.Dockerfile
target: anms-base
target: anms-init
command: echo "Base-init image built" # Prevent it from running
builder-acelib:
image: anms-acelib
Expand Down

0 comments on commit c242ab4

Please sign in to comment.