services: myblog: image: myblog:latest build: context: . ports: - '51888:80' restart: unless-stopped