Skip to content

Instantly share code, notes, and snippets.

View nikolaysalinder's full-sized avatar
:octocat:
ok

nikolaysalinder nikolaysalinder

:octocat:
ok
  • Russia, Saints-Petersburg
View GitHub Profile
@nikolaysalinder
nikolaysalinder / docker-compose.yaml
Last active March 25, 2023 12:13
Файл для создания докер контейнера wordpress, mysql, phpmyadmin.
version: '3'
services:
wordpress:
image: wordpress:latest
depends_on:
- db
restart: always
volumes:
- ./:/var/www/html