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: