Skip to content
Snippets Groups Projects
docker-compose.yml 216 B
version: "3"

services:

  app:

    build: .
    restart: always
    ports:
      - "{{ int_ip4 }}:9487:9487" 
    volumes:
      - /var/run/docker.sock:/var/run/docker.sock
      - /usr/bin/docker:/usr/bin/docker