Open aarkkappler opened 3 years ago
Hi everyone,
grav_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using local-ip (10,192,127..) Set the 'ServerName' directive globally to suppress this message grav_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using ocal-ip (10,192,127..) Set the 'ServerName' directive globally to suppress this message grav_1 | [Wed Sep 29 19:27:17.895031 2021] [mpm_prefork:notice] [pid 9] AH00163: Apache/2.4.48 (Debian) configured -- resuming normal operations grav_1 | [Wed Sep 29 19:27:17.896093 2021] [core:notice] [pid 9] AH00094: Command line: 'apache2 -D FOREGROUND'
here my docker-compose.yaml :
volumes: grav-data: driver: local driver_opts: type: none device: ./grav o: bind
services: grav: networks:
VIRTUAL_HOST: my.web.site
LETSENCRYPT_HOST: web.site LETSENCRYPT_EMAIL: site@email.mail
build: ./ hostname: web volumes:
networks: Frontend: external: true backend: driver: bridge
Hi everyone,
grav_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using local-ip (10,192,127..) Set the 'ServerName' directive globally to suppress this message grav_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using ocal-ip (10,192,127..) Set the 'ServerName' directive globally to suppress this message grav_1 | [Wed Sep 29 19:27:17.895031 2021] [mpm_prefork:notice] [pid 9] AH00163: Apache/2.4.48 (Debian) configured -- resuming normal operations grav_1 | [Wed Sep 29 19:27:17.896093 2021] [core:notice] [pid 9] AH00094: Command line: 'apache2 -D FOREGROUND'
here my docker-compose.yaml :
volumes: grav-data: driver: local driver_opts: type: none device: ./grav o: bind
services: grav: networks:
Change this to the domain your Wordpress site should be served on.
If you want to use LetsEncrypt on this domain, uncomment these and update them.
build: ./ hostname: web volumes:
networks: Frontend: external: true backend: driver: bridge