1
0
Fork 0
mirror of https://codeberg.org/Mo8it/How_To_Linux.git synced 2024-10-18 17:32:39 +00:00

Fix nums again

This commit is contained in:
Mo 2022-08-25 14:45:38 +02:00
parent 8a89e10152
commit a1a483ffd8

View file

@ -121,8 +121,8 @@ Create a Nginx container with the following options:
- Timezone `tz`: `local`. - Timezone `tz`: `local`.
- Network: `traefik`. - Network: `traefik`.
- Volumes: - Volumes:
- `~/nginx0/website:/volumes/website` with labels `Z,ro`. - `~/nginxN/website:/volumes/website` with labels `Z,ro`.
- `~/nginx0/conf:/etc/nginx/conf.d` with labels `Z,ro`. - `~/nginxN/conf:/etc/nginx/conf.d` with labels `Z,ro`.
- Label: `io.containers.autoupdate=registry` - Label: `io.containers.autoupdate=registry`
- Image: `docker.io/library/nginx:alpine` - Image: `docker.io/library/nginx:alpine`