version: '3.8' services: myblog: image: myblog:latest build: context: . ports: - '6666:80' restart: unless-stopped