mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-12-26 15:41:04 +00:00
Replace Alpine with Debian images
This commit is contained in:
parent
d2f374407c
commit
37e175366b
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue