From 37e175366b4d4a75315f07624876aaf26a505ac3 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sun, 22 Oct 2023 23:50:15 +0200 Subject: [PATCH] Replace Alpine with Debian images --- src/day_5/tasks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/day_5/tasks.md b/src/day_5/tasks.md index a9442cb..b29f9d5 100644 --- a/src/day_5/tasks.md +++ b/src/day_5/tasks.md @@ -222,7 +222,7 @@ Create an Nginx container with the following options: - Volumes: - `~/nginxN/website:/volumes/website` with labels `Z,ro`. - `~/nginxN/config:/etc/nginx/conf.d` with labels `Z,ro`. -- Image: `docker.io/library/nginx:alpine` +- Image: `docker.io/library/nginx:latest` Create the systemd service file for the container above. @@ -262,7 +262,7 @@ Create a container for the database with the following options: - `POSTGRES_DB=nextcloud` - `POSTGRES_USER=nextcloud` - `POSTGRES_PASSWORD=DB_PASSWORD`. Replace `DB_PASSWORD` with a good password! -- Image: `docker.io/library/postgres:alpine` +- Image: `docker.io/library/postgres:16` Create the actual Nextcloud container with the following options: