AS
Size: a a a
AS
(I
(I
LS
docker-compose.yml, чтобы оно не создавало папку с правами рута, если ее нет?version: '3.2'
services:
web:
image: nginx
ports:
- "90:90"
volumes:
- type: bind
source: ./../../scadaInterface/build/bundle
target: /srv
read_only: true
extra_hosts:
- "app:172.17.0.1"
AS
docker-compose.yml, чтобы оно не создавало папку с правами рута, если ее нет?version: '3.2'
services:
web:
image: nginx
ports:
- "90:90"
volumes:
- type: bind
source: ./../../scadaInterface/build/bundle
target: /srv
read_only: true
extra_hosts:
- "app:172.17.0.1"
LS
AS
S
S
n
S
LS
S
n
LS
AS
LS