Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apache2: Could not reliably determine the server's fully qualified domain name #48

Open
aarkkappler opened this issue Sep 30, 2021 · 0 comments

Comments

@aarkkappler
Copy link

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:
- frontend
- backend
restart: always
environment:
# Change this to the domain your Wordpress site should be served on.
VIRTUAL_HOST: my.web.site
# If you want to use LetsEncrypt on this domain, uncomment these and update them.
LETSENCRYPT_HOST: web.site
LETSENCRYPT_EMAIL: site@email.mail
build: ./
hostname: web
volumes:
- ./grav-data:/var/www/html

networks:
Frontend:
external: true
backend:
driver: bridge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant