-
Notifications
You must be signed in to change notification settings - Fork 201
Closed
Description
hi guys
Not sure what't wriong here, but after starting the container and trying to visit http://127.0.0.1:8099 I just get:
Here's all I have in my compose:
d11-dev:
image: 'drupal:11.3.5-php8.5-apache-trixie'
hostname: 'd11-dev'
environment:
TZ: 'America/Chicago'
volumes:
- '/opt/docker/configs/drupal/11/modules:/var/www/html/modules'
- '/opt/docker/configs/drupal/11/profiles:/var/www/html/profiles'
- '/opt/docker/configs/drupal/11/themes:/var/www/html/themes'
- '/opt/docker/configs/drupal/11/sites:/var/www/html/sites'
ports:
- published: 8099
target: 8080
protocol: 'tcp'
mode: 'host'
deploy:
mode: 'replicated'
replicas: 1
placement:
constraints:
- 'node.labels.Cloud == true'
resources:
limits:
cpus: '1.0'
memory: '300M'
restart_policy:
condition: 'any'
networks:
- 'mariadb'
This is all the container's log shows:
Anyone know why?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels