• This project
    • Loading...
  • Sign in

방승일 / mamuri-bot

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mamuri-bot
  • database
  • docker-compose.yml
  • 유명현's avatar
    Modified docker-compose port : 33060 -> 13060 due to already used port by mysql · 6ec65c8c
    6ec65c8c Browse Files
    유명현 authored 2022-05-15 01:29:20 +0900
docker-compose.yml 185 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
version: '3'

services:
  db:
    image: mamuri-db
    restart: always
    container_name: mamuri-db-container
    ports:
      - '13060:3306'
    env_file:
      - "./mysql_init/.env"