Dmitry
Dmitry
The problem still persists. ``` services: sa-frontend: build: dockerfile: ./sa-frontend/Dockerfile container_name: sa-frontend restart: unless-stopped tty: true volumes: - ./sa-frontend/nginx/conf.d/:/etc/nginx/conf.d/ ports: - "80:80" networks: sa-network: ipv4_address: 172.31.0.100 links: - sa-webapp sa-webapp:...
update 2024: ``` # KUBECTL: sudo apt-get update # apt-transport-https may be a dummy package; if so, you can skip that package sudo apt-get install -y apt-transport-https ca-certificates curl gnupg...