yureckey
yureckey
DDokploy
Created by Sang Dang on 9/2/2024 in #old-help
Wordpress template can not point new domain
yup, worked, thank you!
15 replies
DDokploy
Created by Sang Dang on 9/2/2024 in #old-help
Wordpress template can not point new domain
ah! will try
15 replies
DDokploy
Created by Sang Dang on 9/2/2024 in #old-help
Wordpress template can not point new domain
first: version: "3.8" services: wordpress: image: wordpress:6.6 environment: WORDPRESS_DB_HOST: db WORDPRESS_DB_USER: exampleuser WORDPRESS_DB_PASSWORD: examplepass WORDPRESS_DB_NAME: exampledb volumes: - wordpress_data:/var/www/html db: image: mysql:8.4 networks: - dokploy-network environment: MYSQL_DATABASE: exampledb MYSQL_USER: exampleuser MYSQL_PASSWORD: examplepass MYSQL_ROOT_PASSWORD: rootpass volumes: - db_data:/var/lib/mysql volumes: wordpress_data: db_data:


second: version: '3.8' services: wordpress-b503c00f: image: wordpress:6.6 environment: WORDPRESS_DB_HOST: db WORDPRESS_DB_USER: exampleuser WORDPRESS_DB_PASSWORD: examplepass WORDPRESS_DB_NAME: exampledb volumes: - wordpress_data-b503c00f:/var/www/html db-b503c00f: image: mysql:8.4 networks: - dokploy-network environment: MYSQL_DATABASE: exampledb MYSQL_USER: exampleuser MYSQL_PASSWORD: examplepass MYSQL_ROOT_PASSWORD: rootpass volumes: - db_data-b503c00f:/var/lib/mysql volumes: wordpress_data-b503c00f: null db_data-b503c00f: null
15 replies
DDokploy
Created by Sang Dang on 9/2/2024 in #old-help
Wordpress template can not point new domain
I've tried. I've installed first Wordpress instance from the template, then second Wordpress from the Compose (with the same cofing) and used randomize for second instance. Still, my second instance link opens first one 😦
15 replies
DDokploy
Created by Sang Dang on 9/2/2024 in #old-help
Wordpress template can not point new domain
Yeah, I cannot create more than one instance of Wordpress (from the App template)
15 replies
CCConvex Community
Created by james on 11/1/2023 in #announcements
Q4.0 feedback thread
Is there some plans for official Vue SDK? (I'm aware that there is unofficial one from hackathon)
21 replies