Add separate docker-compose conf where user is set

pull/10/head
Martin Sandström 2020-05-14 21:26:10 +02:00
rodzic eef59861b5
commit cbee78039c
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,9 @@
version: '3'
services:
web:
user: ${CURRENT_UID}
frontend:
user: ${CURRENT_UID}