Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 664 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 664 Bytes

Docker for ansible-semaphore

Run

  1. You need create a mysql/mariadb

  2. You need to create semaphore_config.sh file, the example file is in config/ folder

  3. Put your semaphore_config.sh in YOUR_FOLDER and run command:

    docker run -d --name=semaphore -p 3000:3000 -v YOUR_FOLDER:/data playniuniu/ansible-semaphore

Desc