user name rather than uid
This commit is contained in:
parent
2bf1bb469e
commit
80b42a89b6
@ -75,8 +75,8 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy"
|
- "com.github.jrcs.letsencrypt_nginx_proxy_companion.nginx_proxy"
|
||||||
volumes:
|
volumes:
|
||||||
- /home/{{ getent_passwd[user.name][2] }}/nginx/certs:/etc/nginx/certs:z,ro
|
- /home/{{ user.name }}/nginx/certs:/etc/nginx/certs:z,ro
|
||||||
- /home/{{ getent_passwd[user.name][2] }}/nginx/vhost.d:/etc/nginx/vhost.d:z
|
- /home/{{ user.name }}/nginx/vhost.d:/etc/nginx/vhost.d:z
|
||||||
- html:/usr/share/nginx/html:z
|
- html:/usr/share/nginx/html:z
|
||||||
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
|
- /run/user/{{ getent_passwd[user.name][2] }}/podman/podman.sock:/tmp/docker.sock:ro
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user