-
I was redirected to this url (http://your-own-domain-here.com/admin/install.php) when I tried to start Yourls locally in docker. My docker-compose file was this: version: '3.1'
services:
yourls:
image: yourls
restart: always
container_name: yourls-site-1
ports:
- 7777:80
environment:
YOURS_SITE: http://localhost
YOURLS_DB_PASS: yourlsdbpass
YOURLS_USER: admin
YOURLS_PASS: yourlspass
mysql:
container_name: yourls-db-1
image: mysql:5.7
restart: always
environment:
MYSQL_ROOT_PASSWORD: yourlsdbpass I can't figure out what to do. Is there a way to start YOURLS locally? (I am using Ubuntu 20.04) |
Beta Was this translation helpful? Give feedback.
Answered by
dgw
May 3, 2021
Replies: 1 comment 6 replies
-
Try fixing this typo. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
ozh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try fixing this typo.