Skip to content

Instantly share code, notes, and snippets.

@mbamarante
Created September 23, 2021 16:34
Show Gist options
  • Save mbamarante/21ae9853e1912d23d90b07f14b80c98c to your computer and use it in GitHub Desktop.
Save mbamarante/21ae9853e1912d23d90b07f14b80c98c to your computer and use it in GitHub Desktop.
services:
app-php-80:
image: webdevops/php-nginx-dev:8.0
container_name : container-nginx-php8.0
hostname: nginx-php74
environment:
- VIRTUAL_HOST=nginx-php80.server.com
- LETSENCRYPT_HOST=nginx-php80.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