<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>docker-compose on SkywireX LAB</title>
    <link>https://lab.skywirex.com/tags/docker-compose/</link>
    <description>Recent content in docker-compose on SkywireX LAB</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>vi-vn</language>
    <lastBuildDate>Sun, 30 Aug 2020 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://lab.skywirex.com/tags/docker-compose/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Cài đặt LEMP để chạy Wordpress sử dụng Docker</title>
      <link>https://lab.skywirex.com/lemp-chay-wordpress-su-dung-docker-compose/</link>
      <pubDate>Sun, 30 Aug 2020 00:00:00 +0000</pubDate>
      
      <guid>https://lab.skywirex.com/lemp-chay-wordpress-su-dung-docker-compose/</guid>
      <description>1. NGINX version: &#39;3&#39; services: nginx: image: nginx:latest container_name: nginx ports: - &#39;80:80&#39; - &#39;443:443&#39; volumes: - &#39;./app:/var/www/html&#39; - &#39;./config/nginx:/etc/nginx/conf.d&#39;  2. MySQL (MariaDB) version: &#39;3&#39; services: nginx: image: nginx:latest container_name: nginx ports: - &#39;80:80&#39; - &#39;443:443&#39; volumes: - &#39;./app:/var/www/html&#39; - &#39;./config/nginx:/etc/nginx/conf.d&#39; mariadb: image: mariadb:10.3.9 container_name: mariadb restart: &#39;on-failure&#39; environment: MYSQL_ROOT_PASSWORD: lab-skywirex volumes: - ${PWD}  Luc nay co the truy cap vao container mariadb de thuc thi cau lenh SQL</description>
    </item>
    
  </channel>
</rss>