1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 09:42:38 +00:00

Replace Alpine with Debian images

This commit is contained in:
Mo 2023-10-22 23:50:15 +02:00
parent d2f374407c
commit 37e175366b

View file

@ -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: