Skip to content

Instantly share code, notes, and snippets.

@mbamarante
Created September 23, 2021 16:33
Show Gist options
  • Save mbamarante/14553bd1561fcd7bb83b477537a50f64 to your computer and use it in GitHub Desktop.
Save mbamarante/14553bd1561fcd7bb83b477537a50f64 to your computer and use it in GitHub Desktop.
services:
app-php-74:
image: webdevops/php-nginx-dev:7.4
container_name : container-nginx-php7.4
hostname: nginx-php74
environment:
- VIRTUAL_HOST=nginx-php74.server.com
- LETSENCRYPT_HOST=nginx-php74.server.com
- VIRTUAL_PORT=80
restart: always
networks:
default:
external:
name: docker-production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment