ПК
Size: a a a
ПК
ПК
M
AE
$ cat docker-compose.yml
version: '2'
services:
frontend:
container_name: "frontend"
network_mode: "host"
image: frontend:latest
ports:
- "3030:3030"
restart: always
environment:
- CONFIG_PATH=/etc/frontend/config.json
volumes:
- /etc/frontend/config.json:/etc/frontend/config.json
V
AE
👻
👻
AE
👻
AE
A
V
V
AE
V
V
AE
AE
👻