version: '3' services: phx: build: . volumes: - '.:/app' ports: - '4008:4008' command: tail -F /dev/null