version: '2' services: app: build: context: code ports: - 127.0.0.1:8136:80 volumes: - ./data/:/code/data/ # restart: always