You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
163 B

  1. session:
  2. image: mysql:latest
  3. environment:
  4. MYSQL_ROOT_PASSWORD: rootpass
  5. MYSQL_DATABASE: gogs_session
  6. MYSQL_USER: gogs
  7. MYSQL_PASSWORD: password