Skip to content

Commit

Permalink
Small formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox authored and stsnel committed Mar 4, 2025
1 parent 29d7ccc commit 82a2880
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ docker compose up
```

Then wait until CKAN and MSL-API have started. This may take a couple of minutes. Navigate to
[https://epos-msl.ckan](https://epos-msl.ckan) in your browser. The development VM runs with
https://epos-msl.ckan in your browser. The development VM runs with
self-signed certificates, so you'll need to accept the security warning in your browser.

## Local development VM
Expand Down
2 changes: 1 addition & 1 deletion docker/images/ckan/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# See CKAN docs on installation from Docker Compose on usage
FROM ubuntu:jammy
MAINTAINER Yoda team
LABEL org.opencontainers.image.authors="Yoda team"

# Set timezone
ENV TZ=UTC
Expand Down
2 changes: 1 addition & 1 deletion docker/images/msl-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# See CKAN docs on installation from Docker Compose on usage
FROM ubuntu:jammy
MAINTAINER Yoda team
LABEL org.opencontainers.image.authors="Yoda team"

# Need bash to get nvm/npm to work with default init files
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down
2 changes: 1 addition & 1 deletion docker/images/mta/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# See CKAN docs on installation from Docker Compose on usage
FROM ubuntu:noble
MAINTAINER Yoda team
LABEL org.opencontainers.image.authors="Yoda team"

ENV MAILPIT_VERSION=v1.21.8

Expand Down
2 changes: 1 addition & 1 deletion docker/images/nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Image for Nginx reverse proxy configured for CKAN

FROM nginx:1.27
MAINTAINER Yoda team
LABEL org.opencontainers.image.authors="Yoda team"

RUN apt update && \
apt install -y git vim \
Expand Down
2 changes: 1 addition & 1 deletion docker/images/solr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Image for Solr configured for CKAN

FROM solr:8.11
MAINTAINER Yoda team
LABEL org.opencontainers.image.authors="Yoda team"

ENV SOLR_CONFIG_DIR="/opt/solr/server/solr/configsets"

Expand Down

0 comments on commit 82a2880

Please sign in to comment.