mirror of
https://codeberg.org/Mo8it/How_To_Linux.git
synced 2024-11-21 19:18:02 +00:00
Fix nums again
This commit is contained in:
parent
8a89e10152
commit
a1a483ffd8
1 changed files with 2 additions and 2 deletions
|
@ -121,8 +121,8 @@ Create a Nginx container with the following options:
|
|||
- Timezone `tz`: `local`.
|
||||
- Network: `traefik`.
|
||||
- Volumes:
|
||||
- `~/nginx0/website:/volumes/website` with labels `Z,ro`.
|
||||
- `~/nginx0/conf:/etc/nginx/conf.d` with labels `Z,ro`.
|
||||
- `~/nginxN/website:/volumes/website` with labels `Z,ro`.
|
||||
- `~/nginxN/conf:/etc/nginx/conf.d` with labels `Z,ro`.
|
||||
- Label: `io.containers.autoupdate=registry`
|
||||
- Image: `docker.io/library/nginx:alpine`
|
||||
|
||||
|
|
Loading…
Reference in a new issue