version: '3' services: automedsys-blog: build: context: . dockerfile: docker/apache/Dockerfile args: uid: ${UID} environment: - APACHE_RUN_USER=#${UID} - APACHE_RUN_GROUP=#${UID} restart: unless-stopped ports: - 55055:80 volumes: - ./:/var/www/html - ./apache_log:/var/log/apache2 volumes: src: