We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
localhost? I tried also "expose"
web: image: dimaip/docker-neos-alpine:latest ports: - '80' - '22' expose: - 80 links: - db:db volumes: - /data environment: REPOSITORY_URL: 'https://github.com/neos/neos-development-distribution' SITE_PACKAGE: 'Neos.Demo' VERSION: '3.3' ADMIN_PASSWORD: 'password' IMPORT_GITHUB_PUB_KEYS: 'your-github-user-name' AWS_RESOURCES_ARN: 's3://some-bucket/sites/demo/' db: image: mariadb:latest expose: - 3306 volumes: - /var/lib/data environment: MYSQL_DATABASE: 'db' MYSQL_USER: 'admin' MYSQL_PASSWORD: 'pass' MYSQL_RANDOM_ROOT_PASSWORD: 'yes'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
localhost?
I tried also "expose"
The text was updated successfully, but these errors were encountered: